[llvm-commits] CVS: reopt/lib/Mapping/ValueAllocState.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Thu Jul 29 21:04:54 PDT 2004



Changes in directory reopt/lib/Mapping:

ValueAllocState.cpp updated: 1.2 -> 1.3

---
Log message:

Automatic change: include Instructions.h instead of various i*.h files

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

Index: reopt/lib/Mapping/ValueAllocState.cpp
diff -u reopt/lib/Mapping/ValueAllocState.cpp:1.2 reopt/lib/Mapping/ValueAllocState.cpp:1.3
--- reopt/lib/Mapping/ValueAllocState.cpp:1.2	Wed Jul 21 15:53:28 2004
+++ reopt/lib/Mapping/ValueAllocState.cpp	Thu Jul 29 23:04:44 2004
@@ -17,7 +17,7 @@
 #include "reopt/MappingInfo.h"
 #include "llvm/Module.h"
 #include "llvm/Argument.h"
-#include "llvm/iPHINode.h"
+#include "llvm/Instructions.h"
 #include "llvm/Support/InstIterator.h"
 #include "Support/Debug.h"
 #include "../../../../lib/Target/SparcV9/RegAlloc/AllocInfo.h"





More information about the llvm-commits mailing list