diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-11 19:35:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-11 19:35:46 +0000 |
commit | 2bcee3400f0a7260b6dfc178d18ba29a5114911b (patch) | |
tree | f75dca0d02713b62fd3c36342525267c4513d697 /lib/Target/X86/Makefile | |
parent | 93c1afacd1f15e6bfe1bdbb9432601e9d1333630 (diff) | |
download | external_llvm-2bcee3400f0a7260b6dfc178d18ba29a5114911b.zip external_llvm-2bcee3400f0a7260b6dfc178d18ba29a5114911b.tar.gz external_llvm-2bcee3400f0a7260b6dfc178d18ba29a5114911b.tar.bz2 |
Whoops, accidental checkin. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7743 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/Makefile')
-rw-r--r-- | lib/Target/X86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile index 25aa728..ee4cf8c 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 |