]> granicus.if.org Git - clang/commitdiff
Fix spacing.
authorMike Stump <mrs@apple.com>
Tue, 15 Dec 2009 01:22:35 +0000 (01:22 +0000)
committerMike Stump <mrs@apple.com>
Tue, 15 Dec 2009 01:22:35 +0000 (01:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91386 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGExpr.cpp

index 9af79ab70b6eee78c5e73d7e8a2356065015f262..e6bbfa8063fa0218d76bd5932fed4345a04e08ac 100644 (file)
@@ -1014,7 +1014,7 @@ LValue CodeGenFunction::EmitPredefinedLValue(const PredefinedExpr *E) {
   }
 }
 
-llvm::BasicBlock*CodeGenFunction::getTrapBB() {
+llvm::BasicBlock *CodeGenFunction::getTrapBB() {
   const CodeGenOptions &GCO = CGM.getCodeGenOpts();
 
   // If we are not optimzing, don't collapse all calls to trap in the function