From 0442dcfabc45381dbc194979a3484cf61023b9f2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 3 Sep 2005 01:15:41 +0000 Subject: [PATCH] ask for a dag isel llvm-svn: 23238 --- llvm/lib/Target/PowerPC/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/lib/Target/PowerPC/Makefile b/llvm/lib/Target/PowerPC/Makefile index 0a6463f62d02..991626c449bd 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