Fix #includes of i*.h => Instructions.h as per PR403:
authorChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2004 17:11:37 +0000 (17:11 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2004 17:11:37 +0000 (17:11 +0000)
http://llvm.cs.uiuc.edu/PR403 .

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15331 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9InstrInfo.cpp
lib/Target/SparcV9/SparcV9PreSelection.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp

index 2c7a123c43c4ac10feda80f3da724bf4ec4e2695..4913c2bfd45dfac86ea0aa3e78cf8658fee36321 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "SchedGraph.h"
 #include "llvm/Function.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetInstrInfo.h"
index 2c7a123c43c4ac10feda80f3da724bf4ec4e2695..4913c2bfd45dfac86ea0aa3e78cf8658fee36321 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "SchedGraph.h"
 #include "llvm/Function.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetInstrInfo.h"
index 271857b80adc96ee64756b93d007a451583b3889..ff9ebf27ec7a9ea87ee94de97365464f083544b6 100644 (file)
@@ -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 0c12fe42271ed26c2140468f247a0b25e783424f..210dac578837ea28936c86d05a57f46d0458c039 100644 (file)
@@ -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"
index 99d0e7cc0ef9f7baf150f7328eeb6b3ae48d0472..38ef2acc67aedc0eddd53e60d2824b5079c4e5e2 100644 (file)
@@ -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"
index 80a66fba244fe57d4fbde3b20620c3304788c5e1..239758fa7ed4e8ad7ba5c4e3c5ca7050a3f6632e 100644 (file)
@@ -16,7 +16,7 @@
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Function.h"
-#include "llvm/iTerminators.h"
+#include "llvm/Instructions.h"
 #include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
 #include "llvm/CodeGen/MachineFunction.h"
index 97fa212e954783f37375e98ca7aad8acf39f47fe..da1c2ba1c9c1a61bdee5fd689e1642494a705449 100644 (file)
@@ -19,9 +19,7 @@
 #include "SparcV9InstrSelectionSupport.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
-#include "llvm/iMemory.h"
-#include "llvm/iPHINode.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/InstVisitor.h"
index e16db9f99d293cecdeda14cf3a3c9d293246bcca..c74f6614dee26dc7e635a71007b6f7225570324f 100644 (file)
@@ -22,8 +22,7 @@
 #include "RegAlloc/LiveRange.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Function.h"
-#include "llvm/iTerminators.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
 #include "SparcV9Internals.h"
 #include "SparcV9RegClassInfo.h"
 #include "SparcV9RegInfo.h"