[llvm-commits] CVS: llvm/lib/Target/X86/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 11 14:36:01 PDT 2003


Changes in directory llvm/lib/Target/X86:

Makefile updated: 1.7 -> 1.8

---
Log message:

Whoops, accidental checkin.  :(


---
Diffs of the changes:

Index: llvm/lib/Target/X86/Makefile
diff -u llvm/lib/Target/X86/Makefile:1.7 llvm/lib/Target/X86/Makefile:1.8
--- llvm/lib/Target/X86/Makefile:1.7	Mon Aug 11 14:35:26 2003
+++ llvm/lib/Target/X86/Makefile	Mon Aug 11 14:35:46 2003
@@ -23,7 +23,7 @@
 	$(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





More information about the llvm-commits mailing list