From 05dc0eb595630e31974b3dde3c51bb74e6d23d90 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 2 May 2014 17:52:19 +0000 Subject: [PATCH] Small formatting change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207852 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0