[llvm-commits] CVS: reopt/include/reopt/UnpackTraceFunction.h

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


Changes in directory reopt/include/reopt:

UnpackTraceFunction.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/include/reopt/UnpackTraceFunction.h
diff -u reopt/include/reopt/UnpackTraceFunction.h:1.1 reopt/include/reopt/UnpackTraceFunction.h:1.2
--- reopt/include/reopt/UnpackTraceFunction.h:1.1	Sun May 23 05:08:38 2004
+++ reopt/include/reopt/UnpackTraceFunction.h	Thu May 27 16:32:10 2004
@@ -8,6 +8,7 @@
 #define REOPT_UNPACKTRACEFUNCTION_H
 
 #include "llvm/CodeGen/MachineFunctionPass.h"
+#include "Support/DataTypes.h"
 #include <set>
 
 namespace llvm {





More information about the llvm-commits mailing list