[llvm-commits] CVS: reopt/include/reopt/BinInterface/bitmath.h
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Sep 24 14:22:52 PDT 2004
Changes in directory reopt/include/reopt/BinInterface:
bitmath.h updated: 1.13 -> 1.14
---
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/include/reopt/BinInterface/bitmath.h
diff -u reopt/include/reopt/BinInterface/bitmath.h:1.13 reopt/include/reopt/BinInterface/bitmath.h:1.14
--- reopt/include/reopt/BinInterface/bitmath.h:1.13 Wed Nov 19 16:51:43 2003
+++ reopt/include/reopt/BinInterface/bitmath.h Fri Sep 24 16:22:41 2004
@@ -16,7 +16,7 @@
#ifndef REOPT_BININTERFACE_BITMATH_H
#define REOPT_BININTERFACE_BITMATH_H
-#include "Support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
namespace llvm {
More information about the llvm-commits
mailing list