aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-03-06 00:59:59 +0000
committerChris Lattner <sabre@nondot.org>2007-03-06 00:59:59 +0000
commitb9a7bea99c8aac6eb3509df93a25fe9cc3858bde (patch)
treedc98e2c3cd8221765e89a8bbfbe155083ffbffd9 /lib/Target/PowerPC/Makefile
parentbaf1e4b91492da97d4d766815c1228e23fcfd97b (diff)
downloadexternal_llvm-b9a7bea99c8aac6eb3509df93a25fe9cc3858bde.zip
external_llvm-b9a7bea99c8aac6eb3509df93a25fe9cc3858bde.tar.gz
external_llvm-b9a7bea99c8aac6eb3509df93a25fe9cc3858bde.tar.bz2
Switch PPC return lower to use an autogenerated CC description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r--lib/Target/PowerPC/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index a5edc15..77288ed 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -14,6 +14,7 @@ TARGET = PPC
BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
- PPCGenInstrInfo.inc PPCGenDAGISel.inc PPCGenSubtarget.inc
+ PPCGenInstrInfo.inc PPCGenDAGISel.inc \
+ PPCGenSubtarget.inc PPCGenCallingConv.inc
include $(LEVEL)/Makefile.common