projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f31f09e
)
ask for a dag isel
author
Chris Lattner
<sabre@nondot.org>
Sat, 3 Sep 2005 01:15:41 +0000
(
01:15
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 3 Sep 2005 01:15:41 +0000
(
01:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23238
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/Makefile
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/Makefile
b/lib/Target/PowerPC/Makefile
index 0a6463f62d02c83453a02ed446a4c830c8289c3a..991626c449bdb5c59fa707cdbb6f55cc6ef72f71 100644
(file)
--- 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