[llvm-commits] CVS: reopt/lib/BinInterface/LLVMTrace.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jul 29 21:04:54 PDT 2004
Changes in directory reopt/lib/BinInterface:
LLVMTrace.cpp updated: 1.7 -> 1.8
---
Log message:
Automatic change: include Instructions.h instead of various i*.h files
---
Diffs of the changes: (+1 -2)
Index: reopt/lib/BinInterface/LLVMTrace.cpp
diff -u reopt/lib/BinInterface/LLVMTrace.cpp:1.7 reopt/lib/BinInterface/LLVMTrace.cpp:1.8
--- reopt/lib/BinInterface/LLVMTrace.cpp:1.7 Wed Jul 21 15:53:28 2004
+++ reopt/lib/BinInterface/LLVMTrace.cpp Thu Jul 29 23:04:44 2004
@@ -10,9 +10,8 @@
#include "reopt/TraceCache.h"
#include "reopt/VirtualMem.h"
#include "reopt/InstrUtils.h"
-#include "llvm/iTerminators.h"
+#include "llvm/Instructions.h"
#include "llvm/BasicBlock.h"
-#include "llvm/iPHINode.h"
#include "Support/Debug.h"
using namespace llvm;
More information about the llvm-commits
mailing list