[llvm-commits] CVS: reopt/lib/BinInterface/LLVMTrace.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Sep 2 09:55:54 PDT 2004
Changes in directory reopt/lib/BinInterface:
LLVMTrace.cpp updated: 1.8 -> 1.9
---
Log message:
Clean up after header files moved in main llvm tree
---
Diffs of the changes: (+1 -1)
Index: reopt/lib/BinInterface/LLVMTrace.cpp
diff -u reopt/lib/BinInterface/LLVMTrace.cpp:1.8 reopt/lib/BinInterface/LLVMTrace.cpp:1.9
--- reopt/lib/BinInterface/LLVMTrace.cpp:1.8 Thu Jul 29 23:04:44 2004
+++ reopt/lib/BinInterface/LLVMTrace.cpp Thu Sep 2 11:55:43 2004
@@ -12,7 +12,7 @@
#include "reopt/InstrUtils.h"
#include "llvm/Instructions.h"
#include "llvm/BasicBlock.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
using namespace llvm;
More information about the llvm-commits
mailing list