[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp InstrSelection.cpp

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



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

InstrForest.cpp updated: 1.56 -> 1.57
InstrSelection.cpp updated: 1.83 -> 1.84

---
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:  (+2 -4)

Index: llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp:1.56 llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp:1.57
--- llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp:1.56	Sat Jul 17 19:38:32 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp	Thu Jul 29 12:11:37 2004
@@ -21,8 +21,7 @@
 
 #include "llvm/Constant.h"
 #include "llvm/Function.h"
-#include "llvm/iTerminators.h"
-#include "llvm/iMemory.h"
+#include "llvm/Instructions.h"
 #include "llvm/Type.h"
 #include "llvm/CodeGen/InstrForest.h"
 #include "llvm/CodeGen/MachineInstr.h"


Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.83 llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.84
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.83	Thu Jul 15 19:06:26 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp	Thu Jul 29 12:11:37 2004
@@ -16,8 +16,7 @@
 
 #include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/Function.h"
-#include "llvm/iPHINode.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
 #include "llvm/Pass.h"
 #include "llvm/CodeGen/InstrForest.h"
 #include "llvm/CodeGen/IntrinsicLowering.h"





More information about the llvm-commits mailing list