From: Bill Schmidt Date: Tue, 10 Nov 2015 21:43:45 +0000 (+0000) Subject: Add PPCMIPeephole.cpp to CMakeLists.txt X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=126c4d9a89b0d20d4d18cecbe02121c2fd46c3e1;p=oota-llvm.git Add PPCMIPeephole.cpp to CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252654 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/CMakeLists.txt b/lib/Target/PowerPC/CMakeLists.txt index c0c83cc258b..df6e08db8d3 100644 --- a/lib/Target/PowerPC/CMakeLists.txt +++ b/lib/Target/PowerPC/CMakeLists.txt @@ -27,6 +27,7 @@ add_llvm_target(PowerPCCodeGen PPCLoopPreIncPrep.cpp PPCMCInstLower.cpp PPCMachineFunctionInfo.cpp + PPCMIPeephole.cpp PPCRegisterInfo.cpp PPCSubtarget.cpp PPCTargetMachine.cpp