]> granicus.if.org Git - clang/commitdiff
Small formatting change.
authorEric Christopher <echristo@gmail.com>
Fri, 2 May 2014 17:52:19 +0000 (17:52 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 2 May 2014 17:52:19 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207852 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenAction.cpp

index e1e102fc2304af8e96c95a3352f7112757ce92f4..795b127e31ceb40f60ff77a01560a8cbd03e7025 100644 (file)
@@ -383,7 +383,7 @@ BackendConsumer::StackSizeDiagHandler(const llvm::DiagnosticInfoStackSize &D) {
 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