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

Brian Gaeke gaeke at cs.uiuc.edu
Fri Sep 24 14:22:55 PDT 2004



Changes in directory reopt/lib/LightWtProfiling:

ReoptimizerInternal.h updated: 1.7 -> 1.8
---
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/LightWtProfiling/ReoptimizerInternal.h
diff -u reopt/lib/LightWtProfiling/ReoptimizerInternal.h:1.7 reopt/lib/LightWtProfiling/ReoptimizerInternal.h:1.8
--- reopt/lib/LightWtProfiling/ReoptimizerInternal.h:1.7	Wed Jun 30 01:33:10 2004
+++ reopt/lib/LightWtProfiling/ReoptimizerInternal.h	Fri Sep 24 16:22:44 2004
@@ -18,7 +18,7 @@
 #ifndef REOPTIMIZERINTERNAL_H
 #define REOPTIMIZERINTERNAL_H
 
-#include "Support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 #include "llvm/Target/TargetData.h"
 #include <map>






More information about the llvm-commits mailing list