summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorHonggyu Kim <hong.gyu.kim@lge.com>2016-09-01 06:14:45 +0000
committerHonggyu Kim <hong.gyu.kim@lge.com>2016-09-01 06:14:45 +0000
commit2bbdeacf318bd24280d4943ce2311961febe17e3 (patch)
treef7fe301bb6f9415da18ebd6d8353995c76ae00f8 /clang/lib/CodeGen/CodeGenFunction.cpp
parent6d6addbe1551320df13f957045dbd317611cd849 (diff)
downloadbcm5719-llvm-2bbdeacf318bd24280d4943ce2311961febe17e3.tar.gz
bcm5719-llvm-2bbdeacf318bd24280d4943ce2311961febe17e3.zip
Remove whitespace to test commit access
llvm-svn: 280337
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index 183ee12ea23..94c9fd7ec6c 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -761,7 +761,7 @@ void CodeGenFunction::StartFunction(GlobalDecl GD,
if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
if (FD->isMain())
Fn->addFnAttr(llvm::Attribute::NoRecurse);
-
+
llvm::BasicBlock *EntryBB = createBasicBlock("entry", CurFn);
// Create a marker to make it easy to insert allocas into the entryblock
OpenPOWER on IntegriCloud