aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-12-15 01:22:35 +0000
committerMike Stump <mrs@apple.com>2009-12-15 01:22:35 +0000
commitd8af3601a5cddad7c6cf9a0e4a8563dcc6484664 (patch)
treeca4b7c6991aba24b56d1e2c6c6d9dfed992ca829 /lib
parent5f12232ef39e3d6c36d6600a73ebbe3c4a79f514 (diff)
Fix spacing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/CGExpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExpr.cpp b/lib/CodeGen/CGExpr.cpp
index 9af79ab70b..e6bbfa8063 100644
--- a/lib/CodeGen/CGExpr.cpp
+++ b/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