From: Honggyu Kim Date: Thu, 1 Sep 2016 06:14:45 +0000 (+0000) Subject: Remove whitespace to test commit access X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c80ac49fb00ac4b76385011842f08bdb7ca2a323;p=clang Remove whitespace to test commit access git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280337 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index 183ee12ea2..94c9fd7ec6 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp @@ -761,7 +761,7 @@ void CodeGenFunction::StartFunction(GlobalDecl GD, if (const FunctionDecl *FD = dyn_cast_or_null(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