Skip to content

Commit

Permalink
Whoops, accidental checkin. :(
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7743 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 11, 2003
1 parent 93c1afa commit 2bcee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/X86/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bcee34

Please sign in to comment.