r207852 - Small formatting change.

Eric Christopher echristo at gmail.com
Fri May 2 10:52:19 PDT 2014


Author: echristo
Date: Fri May  2 12:52:19 2014
New Revision: 207852

URL: http://llvm.org/viewvc/llvm-project?rev=207852&view=rev
Log:
Small formatting change.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenAction.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenAction.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenAction.cpp?rev=207852&r1=207851&r2=207852&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenAction.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenAction.cpp Fri May  2 12:52:19 2014
@@ -383,7 +383,7 @@ BackendConsumer::StackSizeDiagHandler(co
 void BackendConsumer::OptimizationRemarkHandler(
     const llvm::DiagnosticInfoOptimizationRemark &D) {
   // We only support remarks.
-  assert (D.getSeverity() == llvm::DS_Remark);
+  assert(D.getSeverity() == llvm::DS_Remark);
 
   // Optimization remarks are active only if -Rpass=regexp is given and the
   // regular expression pattern in 'regexp' matches the name of the pass





More information about the cfe-commits mailing list