aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-07 20:55:32 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-07 20:55:32 +0000
commit8089822a8c0dd77dfa8e46d1b72149855b3c1eed (patch)
tree669804d65790d03665b447c573d76ecc66cb1f29
parent1523aac530e5fcd045bad0e298ca8527f0d23a73 (diff)
downloadexternal_llvm-8089822a8c0dd77dfa8e46d1b72149855b3c1eed.zip
external_llvm-8089822a8c0dd77dfa8e46d1b72149855b3c1eed.tar.gz
external_llvm-8089822a8c0dd77dfa8e46d1b72149855b3c1eed.tar.bz2
Don't include InstrSelectionSupport.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12766 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/InstrSelection/InstrSelection.cpp1
-rw-r--r--lib/Target/SparcV9/SparcV9InstrSelection.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp b/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
index 5441ae4..959b2ca 100644
--- a/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
+++ b/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
@@ -21,7 +21,6 @@
#include "llvm/iOther.h"
#include "llvm/Pass.h"
#include "llvm/CodeGen/InstrForest.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Target/TargetMachine.h"
diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp
index 480af95..0460f38 100644
--- a/lib/Target/SparcV9/SparcV9InstrSelection.cpp
+++ b/lib/Target/SparcV9/SparcV9InstrSelection.cpp
@@ -18,7 +18,6 @@
#include "llvm/Module.h"
#include "llvm/CodeGen/InstrForest.h"
#include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionInfo.h"