[cfe-commits] r128908 - /cfe/trunk/lib/CodeGen/BackendUtil.cpp

Andrew Trick atrick at apple.com
Tue Apr 5 11:49:33 PDT 2011


Author: atrick
Date: Tue Apr  5 13:49:32 2011
New Revision: 128908

URL: http://llvm.org/viewvc/llvm-project?rev=128908&view=rev
Log:
whitespace

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

Modified: cfe/trunk/lib/CodeGen/BackendUtil.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/BackendUtil.cpp?rev=128908&r1=128907&r2=128908&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/BackendUtil.cpp (original)
+++ cfe/trunk/lib/CodeGen/BackendUtil.cpp Tue Apr  5 13:49:32 2011
@@ -108,9 +108,9 @@
     OptLevel = 0;
     Inlining = CodeGenOpts.NoInlining;
   }
-  
+
   FunctionPassManager *FPM = getPerFunctionPasses();
-  
+
   TargetLibraryInfo *TLI =
     new TargetLibraryInfo(Triple(TheModule->getTargetTriple()));
   if (!CodeGenOpts.SimplifyLibCalls)
@@ -146,7 +146,7 @@
   }
 
   PassManager *MPM = getPerModulePasses();
-  
+
   TLI = new TargetLibraryInfo(Triple(TheModule->getTargetTriple()));
   if (!CodeGenOpts.SimplifyLibCalls)
     TLI->disableAllFunctions();





More information about the cfe-commits mailing list