Prune #includes
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 19:48:13 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 19:48:13 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5303 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineInstrAnnot.cpp
lib/Target/SparcV9/SparcV9PrologEpilogInserter.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp

index 8d7d4724f5b82b3c8d209e79578858af3d535b82..7f93753ccdfbce51bf8f7fea8f66285d14fca63e 100644 (file)
@@ -7,7 +7,6 @@
 
 #include "llvm/CodeGen/MachineInstrAnnot.h"
 #include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/iOther.h"
 #include "llvm/Type.h"
index 5e392f1c956fe40109edb52a6425b8559d9b8494..98391dce5f9a7641c104d83659e0e53b82e1846e 100644 (file)
@@ -15,7 +15,6 @@
 #include "llvm/CodeGen/MachineFunctionInfo.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
 #include "llvm/Pass.h"
 #include "llvm/Function.h"
 
index e897b642ec54df9e102f00b519d709cc5427af74..b976b61b01c790856731a467b3b5114b6b0c2e01 100644 (file)
@@ -11,7 +11,6 @@
 #include "llvm/CodeGen/MachineFunctionInfo.h"
 #include "llvm/CodeGen/PhyRegAlloc.h"
 #include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
 #include "llvm/CodeGen/RegAllocCommon.h"