summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/CMakeLists.txt
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-01 22:36:09 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-01 22:36:09 +0000
commitc9c090d7a5607e7e5746c9502f3163d62fe6b2fa (patch)
tree9ad3b3bf330848157826a91efb7d47d26125d83c /llvm/lib/Target/PowerPC/CMakeLists.txt
parent0711c4d489652584913671512bf6287fc30a246c (diff)
downloadbcm5719-llvm-c9c090d7a5607e7e5746c9502f3163d62fe6b2fa.tar.gz
bcm5719-llvm-c9c090d7a5607e7e5746c9502f3163d62fe6b2fa.zip
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
llvm-svn: 134281
Diffstat (limited to 'llvm/lib/Target/PowerPC/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/PowerPC/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/CMakeLists.txt b/llvm/lib/Target/PowerPC/CMakeLists.txt
index ea11f4c3a78..be1b525e27d 100644
--- a/llvm/lib/Target/PowerPC/CMakeLists.txt
+++ b/llvm/lib/Target/PowerPC/CMakeLists.txt
@@ -7,7 +7,7 @@ tablegen(PPCGenRegisterInfo.inc -gen-register-info)
tablegen(PPCGenInstrInfo.inc -gen-instr-info)
tablegen(PPCGenDAGISel.inc -gen-dag-isel)
tablegen(PPCGenCallingConv.inc -gen-callingconv)
-tablegen(PPCGenSubtarget.inc -gen-subtarget)
+tablegen(PPCGenSubtargetInfo.inc -gen-subtarget)
add_llvm_target(PowerPCCodeGen
PPCAsmBackend.cpp
OpenPOWER on IntegriCloud