aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-07 20:38:56 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-07 20:38:56 +0000
commit92976137df33c931d2b6ad246d64b83120c0ed2e (patch)
tree876bfddb0a8744ae39224dd5a612b52bf26b6566 /lib/Target
parentcb69a4ed6424af04ea9c4705ce3674483dc4e02a (diff)
downloadexternal_llvm-92976137df33c931d2b6ad246d64b83120c0ed2e.zip
external_llvm-92976137df33c931d2b6ad246d64b83120c0ed2e.tar.gz
external_llvm-92976137df33c931d2b6ad246d64b83120c0ed2e.tar.bz2
Don't include InstrSelectionSupport.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp1
-rw-r--r--lib/Target/SparcV9/SparcV9InstrInfo.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp b/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
index a92672c..22fd5cc 100644
--- a/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
+++ b/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
@@ -12,7 +12,6 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/CodeGen/InstrSelectionSupport.h"
#include "llvm/CodeGen/InstrSelection.h"
#include "../MachineInstrAnnot.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
diff --git a/lib/Target/SparcV9/SparcV9InstrInfo.cpp b/lib/Target/SparcV9/SparcV9InstrInfo.cpp
index 556e597..7c123f7 100644
--- a/lib/Target/SparcV9/SparcV9InstrInfo.cpp
+++ b/lib/Target/SparcV9/SparcV9InstrInfo.cpp
@@ -14,7 +14,6 @@
#include "llvm/Function.h"
#include "llvm/iTerminators.h"
#include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionInfo.h"