From 859e5cc1f707a562024e07a0a3c6ab41e972e89f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 11 Aug 2003 15:30:20 +0000 Subject: [PATCH] Removed `-debug' so that spurious printouts of patterns are not seen at compilation time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7727 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile index 25aa728ca71..ee4cf8c85cc 100644 --- a/lib/Target/X86/Makefile +++ b/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) $< -debug -gen-instr-selector -o $@ + $(TBLGEN) $< -gen-instr-selector -o $@ clean:: $(VERB) rm -f *.inc -- 2.11.0