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

Chris Lattner lattner at cs.uiuc.edu
Fri Sep 2 18:15:53 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

Makefile updated: 1.18 -> 1.19
---
Log message:

ask for a dag isel


---
Diffs of the changes:  (+2 -1)

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/Makefile
diff -u llvm/lib/Target/PowerPC/Makefile:1.18 llvm/lib/Target/PowerPC/Makefile:1.19
--- llvm/lib/Target/PowerPC/Makefile:1.18	Sat Aug 13 00:59:16 2005
+++ llvm/lib/Target/PowerPC/Makefile	Fri Sep  2 20:15:41 2005
@@ -13,6 +13,7 @@
 # Make sure that tblgen is run, first thing.
 BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \
                 PowerPCGenAsmWriter.inc  PPC32GenCodeEmitter.inc \
- PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc PPC32GenInstrInfo.inc
+                PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc \
+                PPC32GenInstrInfo.inc PPC32GenDAGISel.inc
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list