summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 19:53:02 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 19:53:02 +0000
commit686a095d89ffb4c7792d0e0cd3cec47b1a7d8d25 (patch)
treed24d05331afefd196946e7dbc71e650d6a8fbbe7 /llvm/lib/Target/PowerPC/CMakeLists.txt
parentb05ef7377acd6133d322f56384e1e97c6b315579 (diff)
downloadbcm5719-llvm-686a095d89ffb4c7792d0e0cd3cec47b1a7d8d25.tar.gz
bcm5719-llvm-686a095d89ffb4c7792d0e0cd3cec47b1a7d8d25.zip
stub out PPCMCInstLowering, add a new option that uses it and the new
instprinter when -enable-ppc-inst-printer is passed to llc. llvm-svn: 119061
Diffstat (limited to 'llvm/lib/Target/PowerPC/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/PowerPC/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/CMakeLists.txt b/llvm/lib/Target/PowerPC/CMakeLists.txt
index cfa33af4e36..0e2bd1ff135 100644
--- a/llvm/lib/Target/PowerPC/CMakeLists.txt
+++ b/llvm/lib/Target/PowerPC/CMakeLists.txt
@@ -21,6 +21,7 @@ add_llvm_target(PowerPCCodeGen
PPCISelLowering.cpp
PPCJITInfo.cpp
PPCMCAsmInfo.cpp
+ PPCMCInstLower.cpp
PPCPredicates.cpp
PPCRegisterInfo.cpp
PPCSubtarget.cpp
OpenPOWER on IntegriCloud