[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 29 10:11:47 PDT 2004



Changes in directory llvm/lib/Target/SparcV9/RegAlloc:

PhyRegAlloc.cpp updated: 1.156 -> 1.157

---
Log message:

Fix #includes of i*.h => Instructions.h as per PR403: http://llvm.cs.uiuc.edu/PR403 :
http://llvm.cs.uiuc.edu/PR403: http://llvm.cs.uiuc.edu/PR403  .


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

Index: llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.156 llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.157
--- llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.156	Thu Jul 29 01:43:09 2004
+++ llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp	Thu Jul 29 12:11:37 2004
@@ -29,8 +29,7 @@
 #include "../SparcV9InstrInfo.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
-#include "llvm/iPHINode.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
 #include "llvm/Module.h"
 #include "llvm/Type.h"
 #include "llvm/Analysis/LoopInfo.h"





More information about the llvm-commits mailing list