]> granicus.if.org Git - clang/commitdiff
Remove whitespace to test commit access
authorHonggyu Kim <hong.gyu.kim@lge.com>
Thu, 1 Sep 2016 06:14:45 +0000 (06:14 +0000)
committerHonggyu Kim <hong.gyu.kim@lge.com>
Thu, 1 Sep 2016 06:14:45 +0000 (06:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280337 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.cpp

index 183ee12ea2321b37d02d6ebc653bf23f566ff3fd..94c9fd7ec6c5f03587529e266b557342dd50a866 100644 (file)
@@ -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