From: Eric Christopher Date: Fri, 2 May 2014 17:52:19 +0000 (+0000) Subject: Small formatting change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05dc0eb595630e31974b3dde3c51bb74e6d23d90;p=clang Small formatting change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207852 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenAction.cpp b/lib/CodeGen/CodeGenAction.cpp index e1e102fc23..795b127e31 100644 --- a/lib/CodeGen/CodeGenAction.cpp +++ b/lib/CodeGen/CodeGenAction.cpp @@ -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