Removed `-debug' so that spurious printouts of patterns are not seen at

compilation time.

llvm-svn: 7727
This commit is contained in:
Misha Brukman 2003-08-11 15:30:20 +00:00
parent 5acb68de53
commit 1024b0ef59
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ X86GenInstrInfo.inc: X86.td X86InstrInfo.td ../Target.td $(TBLGEN)
$(TBLGEN) $< -gen-instr-desc -o $@
X86GenInstrSelector.inc: X86.td X86InstrInfo.td ../Target.td $(TBLGEN)
$(TBLGEN) $< -debug -gen-instr-selector -o $@
$(TBLGEN) $< -gen-instr-selector -o $@
clean::
$(VERB) rm -f *.inc