[llvm-commits] CVS: reopt/lib/TraceCache/InstrUtils.cpp VirtualMem.cpp

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



Changes in directory reopt/lib/TraceCache:

InstrUtils.cpp updated: 1.20 -> 1.21
VirtualMem.cpp updated: 1.18 -> 1.19
---
Log message:

Clean up after header files moved in main llvm tree

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

Index: reopt/lib/TraceCache/InstrUtils.cpp
diff -u reopt/lib/TraceCache/InstrUtils.cpp:1.20 reopt/lib/TraceCache/InstrUtils.cpp:1.21
--- reopt/lib/TraceCache/InstrUtils.cpp:1.20	Wed Jul 21 15:53:28 2004
+++ reopt/lib/TraceCache/InstrUtils.cpp	Thu Sep  2 11:55:44 2004
@@ -6,7 +6,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "reopt/InstrUtils.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include <cassert>
 
 namespace llvm {


Index: reopt/lib/TraceCache/VirtualMem.cpp
diff -u reopt/lib/TraceCache/VirtualMem.cpp:1.18 reopt/lib/TraceCache/VirtualMem.cpp:1.19
--- reopt/lib/TraceCache/VirtualMem.cpp:1.18	Mon May 17 15:56:09 2004
+++ reopt/lib/TraceCache/VirtualMem.cpp	Thu Sep  2 11:55:44 2004
@@ -9,7 +9,7 @@
 #include "reopt/InstrUtils.h"
 #include "reopt/TraceCache.h"
 #include "reopt/GetTraceTime.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include <cassert>
 #include <string>
 #include <cstdio>






More information about the llvm-commits mailing list