From e5b80dfdf1b95173f1d3256d6afbaeb90154fe6d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 11 Aug 2003 15:11:01 +0000 Subject: [PATCH] Until the pattern matching instruction selector is finished, enable debug output from it llvm-svn: 7722 --- llvm/lib/Target/X86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/Makefile b/llvm/lib/Target/X86/Makefile index ee4cf8c85cc8..25aa728ca716 100644 --- a/llvm/lib/Target/X86/Makefile +++ b/llvm/lib/Target/X86/Makefile @@ -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) $< -gen-instr-selector -o $@ + $(TBLGEN) $< -debug -gen-instr-selector -o $@ clean:: $(VERB) rm -f *.inc