summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-22 21:30:35 +0000
committerChris Lattner <sabre@nondot.org>2004-07-22 21:30:35 +0000
commitcc46c4fceeef4d5a359a1188b737689a69f5be5f (patch)
treea36818ea86400407f32eb0b93b4e483d4548dc40 /lib/Target/X86/Makefile
parent0bafa9818baafc969359a668245cff7d95268931 (diff)
downloadllvm-cc46c4fceeef4d5a359a1188b737689a69f5be5f.tar.gz
llvm-cc46c4fceeef4d5a359a1188b737689a69f5be5f.tar.bz2
llvm-cc46c4fceeef4d5a359a1188b737689a69f5be5f.tar.xz
Remove some (LARGE) abandoned code for the release. If this is ever needed
again in the future, it can be resurrected out of CVS git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/Makefile')
-rw-r--r--lib/Target/X86/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile
index 896feae08d..350a47348b 100644
--- a/lib/Target/X86/Makefile
+++ b/lib/Target/X86/Makefile
@@ -13,8 +13,7 @@ include $(LEVEL)/Makefile.common
# Make sure that tblgen is run, first thing.
$(SourceDepend): X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
X86GenRegisterInfo.inc X86GenInstrNames.inc \
- X86GenInstrInfo.inc X86GenSimpInstrSelector.inc \
- X86GenInstrSelector.inc
+ X86GenInstrInfo.inc X86GenInstrSelector.inc
X86GenRegisterNames.inc:: $(SourceDir)/X86.td $(SourceDir)/X86RegisterInfo.td \
$(SourceDir)/../Target.td $(TBLGEN)
@@ -41,10 +40,6 @@ X86GenInstrInfo.inc:: $(SourceDir)/X86.td $(SourceDir)/X86InstrInfo.td \
@echo "Building X86.td instruction information with tblgen"
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-desc -o $@
-X86GenSimpInstrSelector.inc:: $(SourceDir)/X86InstrSel.td $(TBLGEN)
- @echo "Building X86.td simple instruction selector with tblgen"
- $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-simp-instr-sel -o $@
-
X86GenInstrSelector.inc:: $(SourceDir)/X86.td $(SourceDir)/X86InstrInfo.td \
$(SourceDir)/../Target.td $(TBLGEN)
@echo "Building X86.td instruction selector with tblgen"