aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/Makefile
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-06-27 18:32:37 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-06-27 18:32:37 +0000
commit73f50d9bc3bd46cc0abeba9bb0d46977ba1aea42 (patch)
tree2fbec79bd4724de8e90eec820cb0f789b03d203e /lib/Target/PowerPC/Makefile
parent4ef4c171dba8e479f5f3fe7acb22e9fe97a4d6f8 (diff)
downloadexternal_llvm-73f50d9bc3bd46cc0abeba9bb0d46977ba1aea42.zip
external_llvm-73f50d9bc3bd46cc0abeba9bb0d46977ba1aea42.tar.gz
external_llvm-73f50d9bc3bd46cc0abeba9bb0d46977ba1aea42.tar.bz2
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
into XXXGenRegisterInfo.inc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133922 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r--lib/Target/PowerPC/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 3d01792..d7a57f9 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -12,10 +12,8 @@ LIBRARYNAME = LLVMPowerPCCodeGen
TARGET = PPC
# Make sure that tblgen is run, first thing.
-BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
+BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterInfo.inc \
PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
- PPCGenRegisterDesc.inc \
- PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
PPCGenInstrInfo.inc PPCGenDAGISel.inc \
PPCGenSubtarget.inc PPCGenCallingConv.inc \
PPCGenMCCodeEmitter.inc