From 126c4d9a89b0d20d4d18cecbe02121c2fd46c3e1 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Tue, 10 Nov 2015 21:43:45 +0000 Subject: [PATCH] Add PPCMIPeephole.cpp to CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252654 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1