*** empty log message ***
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 02:01:37 +0000 (02:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 02:01:37 +0000 (02:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4323 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9AsmPrinter.cpp
lib/Target/SparcV9/SparcV9PrologEpilogInserter.cpp

index 1857f893672a4da39d9c0eb0c245588613063987..4f5b2d1b99ef5ec5f551de59c768bcdf546e7038 100644 (file)
@@ -8,7 +8,6 @@
 #include "SchedPriorities.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Analysis/LiveVar/FunctionLiveVarInfo.h" // FIXME: Remove when modularized better
 #include "llvm/Target/TargetMachine.h"
index 83f7927defb49990d38f4b89cfc9a6876495ad5a..390b5da6796ec50a2a4fd0c3dcd637c2abad1aa9 100644 (file)
@@ -11,7 +11,6 @@
 #include "llvm/CodeGen/InstrSelectionSupport.h"
 #include "llvm/CodeGen/InstrForest.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/MachineRegInfo.h"
 #include "llvm/Target/TargetMachine.h"
index 07e6a467d1825e4b3700bcf4d7af59f198cb3ce8..2458c987b4eb2559d30d0f485efd834b3d13dddd 100644 (file)
@@ -11,7 +11,6 @@
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
 #include "Support/SetOperations.h"
 using std::cerr;
 
index cdb5d189943b09bd3eb3559e0158f0de6b891aeb..85c55d6fbc7676e0e247d94ce4e2e56ce2d4e7d1 100644 (file)
@@ -9,7 +9,6 @@
 #include "llvm/CodeGen/PhyRegAlloc.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Analysis/LiveVar/FunctionLiveVarInfo.h"
 #include "llvm/Analysis/LoopInfo.h"
index 1857f893672a4da39d9c0eb0c245588613063987..4f5b2d1b99ef5ec5f551de59c768bcdf546e7038 100644 (file)
@@ -8,7 +8,6 @@
 #include "SchedPriorities.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Analysis/LiveVar/FunctionLiveVarInfo.h" // FIXME: Remove when modularized better
 #include "llvm/Target/TargetMachine.h"
index 83f7927defb49990d38f4b89cfc9a6876495ad5a..390b5da6796ec50a2a4fd0c3dcd637c2abad1aa9 100644 (file)
@@ -11,7 +11,6 @@
 #include "llvm/CodeGen/InstrSelectionSupport.h"
 #include "llvm/CodeGen/InstrForest.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/MachineRegInfo.h"
 #include "llvm/Target/TargetMachine.h"
index 07e6a467d1825e4b3700bcf4d7af59f198cb3ce8..2458c987b4eb2559d30d0f485efd834b3d13dddd 100644 (file)
@@ -11,7 +11,6 @@
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
 #include "Support/SetOperations.h"
 using std::cerr;
 
index cdb5d189943b09bd3eb3559e0158f0de6b891aeb..85c55d6fbc7676e0e247d94ce4e2e56ce2d4e7d1 100644 (file)
@@ -9,7 +9,6 @@
 #include "llvm/CodeGen/PhyRegAlloc.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Analysis/LiveVar/FunctionLiveVarInfo.h"
 #include "llvm/Analysis/LoopInfo.h"
index 3c4dfb2ec1a7e162ed1ff3b3001fa8b22849f1aa..caf9d45f30458acf673121a1fb6689d25960e842 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "SparcInternals.h"
 #include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
index bc6514f9aeae3f30114d1eb49126275abef4dcb3..001d11574bbc78994f8acd3d02b547cb992e2300 100644 (file)
@@ -12,7 +12,6 @@
 #include "SparcInternals.h"
 #include "SparcRegClassInfo.h"
 #include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/InstrSelectionSupport.h"