The generated instruction selector isn't (yet) functional
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 16 Jul 2004 20:31:13 +0000 (20:31 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 16 Jul 2004 20:31:13 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14894 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/Makefile

index ef9fff7377b4ff9c9281f1b424b02da8ac1b1fe7..8c3949def7c609d6261e4699cf44420ef6d43c5d 100644 (file)
@@ -13,7 +13,7 @@ include $(LEVEL)/Makefile.common
 # Make sure that tblgen is run, first thing.
 $(SourceDepend): PowerPCGenRegisterInfo.h.inc PowerPCGenRegisterNames.inc \
                  PowerPCGenRegisterInfo.inc PowerPCGenInstrNames.inc \
-                 PowerPCGenInstrInfo.inc PowerPCGenInstrSelector.inc
+                 PowerPCGenInstrInfo.inc
 
 PowerPCGenRegisterNames.inc:: $(SourceDir)/PowerPC.td \
                            $(SourceDir)/PowerPCReg.td \
@@ -45,11 +45,5 @@ PowerPCGenInstrInfo.inc:: $(SourceDir)/PowerPC.td \
        @echo "Building PowerPC.td instruction information with tblgen"
        $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-desc -o $@
 
-PowerPCGenInstrSelector.inc:: $(SourceDir)/PowerPC.td \
-                          $(SourceDir)/PowerPCInstrs.td \
-                          $(SourceDir)/../Target.td $(TBLGEN)
-       @echo "Building PowerPC.td instruction selector with tblgen"
-       $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-selector -o $@
-
 clean::
        $(VERB) rm -f *.inc