[llvm-commits] CVS: reopt/lib/Inst/lib/InstManip.h
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Sep 24 14:22:54 PDT 2004
Changes in directory reopt/lib/Inst/lib:
InstManip.h updated: 1.20 -> 1.21
---
Log message:
Renamed Support/DataTypes.h --> llvm/Support/DataTypes.h.
The stale copy of the former has been in my tree for so long, I never
noticed...
---
Diffs of the changes: (+1 -1)
Index: reopt/lib/Inst/lib/InstManip.h
diff -u reopt/lib/Inst/lib/InstManip.h:1.20 reopt/lib/Inst/lib/InstManip.h:1.21
--- reopt/lib/Inst/lib/InstManip.h:1.20 Wed Apr 28 12:23:32 2004
+++ reopt/lib/Inst/lib/InstManip.h Fri Sep 24 16:22:43 2004
@@ -33,7 +33,7 @@
#define INSTMANIP_H
#include "Phase1/Intraphase.h"
-#include "Support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
#include <algorithm>
#include <map>
#include <vector>
More information about the llvm-commits
mailing list