[llvm-commits] [llvm] r132519 - /llvm/trunk/lib/VMCore/PassManager.cpp

Andrew Trick atrick at apple.com
Thu Jun 2 17:44:32 PDT 2011


Author: atrick
Date: Thu Jun  2 19:44:32 2011
New Revision: 132519

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

Modified:
    llvm/trunk/lib/VMCore/PassManager.cpp

Modified: llvm/trunk/lib/VMCore/PassManager.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/PassManager.cpp?rev=132519&r1=132518&r2=132519&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/PassManager.cpp (original)
+++ llvm/trunk/lib/VMCore/PassManager.cpp Thu Jun  2 19:44:32 2011
@@ -449,9 +449,9 @@
 static DebugInfoProbeInfo *TheDebugProbe;
 static void createDebugInfoProbe() {
   if (TheDebugProbe) return;
-      
-  // Constructed the first time this is called. This guarantees that the 
-  // object will be constructed, if -enable-debug-info-probe is set, 
+
+  // Constructed the first time this is called. This guarantees that the
+  // object will be constructed, if -enable-debug-info-probe is set,
   // before static globals, thus it will be destroyed before them.
   static ManagedStatic<DebugInfoProbeInfo> DIP;
   TheDebugProbe = &*DIP;





More information about the llvm-commits mailing list