[llvm-commits] CVS: reopt/lib/Optimizations/RuntimeLICM.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Thu Sep 2 09:55:55 PDT 2004



Changes in directory reopt/lib/Optimizations:

RuntimeLICM.cpp updated: 1.5 -> 1.6
---
Log message:

Clean up after header files moved in main llvm tree

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

Index: reopt/lib/Optimizations/RuntimeLICM.cpp
diff -u reopt/lib/Optimizations/RuntimeLICM.cpp:1.5 reopt/lib/Optimizations/RuntimeLICM.cpp:1.6
--- reopt/lib/Optimizations/RuntimeLICM.cpp:1.5	Thu Jul 29 23:04:44 2004
+++ reopt/lib/Optimizations/RuntimeLICM.cpp	Thu Sep  2 11:55:44 2004
@@ -10,7 +10,7 @@
 #include "llvm/Instruction.h"
 #include "llvm/Instructions.h"
 #include "reopt/BinInterface/LLVMTrace.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include <set>
 using namespace llvm;
 






More information about the llvm-commits mailing list