summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-03 01:15:41 +0000
committerChris Lattner <sabre@nondot.org>2005-09-03 01:15:41 +0000
commit0442dcfabc45381dbc194979a3484cf61023b9f2 (patch)
tree3a511d4a73c2605cbfd37caa59e2769e9ca83138 /llvm/lib
parent33f98bdddf51880c7be7be38d230297b02b0fa05 (diff)
downloadbcm5719-llvm-0442dcfabc45381dbc194979a3484cf61023b9f2.tar.gz
bcm5719-llvm-0442dcfabc45381dbc194979a3484cf61023b9f2.zip
ask for a dag isel
llvm-svn: 23238
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/Makefile b/llvm/lib/Target/PowerPC/Makefile
index 0a6463f62d0..991626c449b 100644
--- a/llvm/lib/Target/PowerPC/Makefile
+++ b/llvm/lib/Target/PowerPC/Makefile
@@ -13,6 +13,7 @@ TARGET = PowerPC PPC32
# 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
OpenPOWER on IntegriCloud