aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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