r280337 - Remove whitespace to test commit access

Honggyu Kim via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 31 23:14:45 PDT 2016


Author: honggyu.kim
Date: Thu Sep  1 01:14:45 2016
New Revision: 280337

URL: http://llvm.org/viewvc/llvm-project?rev=280337&view=rev
Log:
Remove whitespace to test commit access


Modified:
    cfe/trunk/lib/CodeGen/CodeGenFunction.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.cpp?rev=280337&r1=280336&r2=280337&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.cpp Thu Sep  1 01:14:45 2016
@@ -761,7 +761,7 @@ void CodeGenFunction::StartFunction(Glob
     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




More information about the cfe-commits mailing list