diff options
author | Eric Christopher <echristo@gmail.com> | 2014-05-02 17:52:19 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-05-02 17:52:19 +0000 |
commit | 25c4e67d69229601b90aac3c39ec2b1f74767305 (patch) | |
tree | 9750b33e863bdbd2b0d102b206963df30b04bd11 /clang/lib/CodeGen | |
parent | 734bca04ff7e37802736f433ea077080dfbf90e6 (diff) | |
download | bcm5719-llvm-25c4e67d69229601b90aac3c39ec2b1f74767305.tar.gz bcm5719-llvm-25c4e67d69229601b90aac3c39ec2b1f74767305.zip |
Small formatting change.
llvm-svn: 207852
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CodeGenAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index e1e102fc230..795b127e31c 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/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 |