[llvm-commits] CVS: reopt/lib/TraceJIT/TraceJIT.h

Brian Gaeke gaeke at cs.uiuc.edu
Thu May 27 16:35:01 PDT 2004


Changes in directory reopt/lib/TraceJIT:

TraceJIT.h updated: 1.1 -> 1.2

---
Log message:

Go go gadget uint64_t.... make these files compile on x86.


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

Index: reopt/lib/TraceJIT/TraceJIT.h
diff -u reopt/lib/TraceJIT/TraceJIT.h:1.1 reopt/lib/TraceJIT/TraceJIT.h:1.2
--- reopt/lib/TraceJIT/TraceJIT.h:1.1	Wed May 26 16:25:13 2004
+++ reopt/lib/TraceJIT/TraceJIT.h	Thu May 27 16:32:10 2004
@@ -16,6 +16,7 @@
 
 #include "llvm/ExecutionEngine/ExecutionEngine.h"
 #include "llvm/PassManager.h"
+#include "Support/DataTypes.h"
 #include <map>
 
 namespace llvm {





More information about the llvm-commits mailing list