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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Apr 28 12:24:02 PDT 2004


Changes in directory reopt/lib/Inst/lib:

InstManip.h updated: 1.19 -> 1.20

---
Log message:

Include Support/DataTypes.h for uint64_t.


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

Index: reopt/lib/Inst/lib/InstManip.h
diff -u reopt/lib/Inst/lib/InstManip.h:1.19 reopt/lib/Inst/lib/InstManip.h:1.20
--- reopt/lib/Inst/lib/InstManip.h:1.19	Wed Nov 19 14:49:53 2003
+++ reopt/lib/Inst/lib/InstManip.h	Wed Apr 28 12:23:32 2004
@@ -33,6 +33,7 @@
 #define INSTMANIP_H
 
 #include "Phase1/Intraphase.h"
+#include "Support/DataTypes.h"
 #include <algorithm>
 #include <map>
 #include <vector>





More information about the llvm-commits mailing list