[llvm-commits] CVS: reopt/lib/LightWtProfiling/RuntimeOptimizations.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Thu Oct 23 13:52:02 PDT 2003


Changes in directory reopt/lib/LightWtProfiling:

RuntimeOptimizations.cpp updated: 1.7 -> 1.8

---
Log message:

Comment out FunctionPassManager for now.


---
Diffs of the changes:  (+1 -1)

Index: reopt/lib/LightWtProfiling/RuntimeOptimizations.cpp
diff -u reopt/lib/LightWtProfiling/RuntimeOptimizations.cpp:1.7 reopt/lib/LightWtProfiling/RuntimeOptimizations.cpp:1.8
--- reopt/lib/LightWtProfiling/RuntimeOptimizations.cpp:1.7	Mon Sep  8 15:58:59 2003
+++ reopt/lib/LightWtProfiling/RuntimeOptimizations.cpp	Thu Oct 23 13:51:13 2003
@@ -57,11 +57,11 @@
   DEBUG(std::cerr << "Function created from trace: \n" << *TF);
 
   // Run some stuff on it
+#if 0
   FunctionPassManager PM;
   PM.add (createVerifierPass ());
   PM.run (*TF);
 
-#if 0
 
   // Make the ExecutionEngine generate code for the function and give us
   // a pointer to it.





More information about the llvm-commits mailing list