From cf16d2cc42c76f50e8914dec85913ce0209ea825 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 15 Dec 2009 01:22:35 +0000 Subject: Fix spacing. llvm-svn: 91386 --- clang/lib/CodeGen/CGExpr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen') diff --git a/clang/lib/CodeGen/CGExpr.cpp b/clang/lib/CodeGen/CGExpr.cpp index 9af79ab70b6..e6bbfa8063f 100644 --- a/clang/lib/CodeGen/CGExpr.cpp +++ b/clang/lib/CodeGen/CGExpr.cpp @@ -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 -- cgit v1.2.3