diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-03 01:15:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-03 01:15:41 +0000 |
commit | bb38b6f8c0bf843d630504165b1bfed006dd676b (patch) | |
tree | 310de7504cd5e2373cc524d28483aec4fa2678b9 /lib/Target/PowerPC/Makefile | |
parent | f31f09e67ce6fa47d02eaaf4d9b7c0625b072de1 (diff) | |
download | external_llvm-bb38b6f8c0bf843d630504165b1bfed006dd676b.zip external_llvm-bb38b6f8c0bf843d630504165b1bfed006dd676b.tar.gz external_llvm-bb38b6f8c0bf843d630504165b1bfed006dd676b.tar.bz2 |
ask for a dag isel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r-- | lib/Target/PowerPC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 0a6463f..991626c 100644 --- a/lib/Target/PowerPC/Makefile +++ b/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 |