aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-08-31 05:56:16 +0000
committerEric Christopher <echristo@gmail.com>2017-08-31 05:56:16 +0000
commite42ac21499c103a4b1052e759618ecbd35207d6c (patch)
tree7b878aad86223de56930fa0b6be5e5fa635efca8 /llvm/lib/CodeGen/CMakeLists.txt
parent376f1bd73cdc8219b288400798e1f0d205d2ca77 (diff)
downloadllvm-e42ac21499c103a4b1052e759618ecbd35207d6c.zip
llvm-e42ac21499c103a4b1052e759618ecbd35207d6c.tar.gz
llvm-e42ac21499c103a4b1052e759618ecbd35207d6c.tar.bz2
Temporarily revert "Update branch coalescing to be a PowerPC specific pass"
From comments and code review it wasn't intended to be enabled by default yet. This reverts commit r311588. llvm-svn: 312214
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 7ec7fda..7f3c6da 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -4,6 +4,7 @@ add_llvm_library(LLVMCodeGen
Analysis.cpp
AtomicExpandPass.cpp
BasicTargetTransformInfo.cpp
+ BranchCoalescing.cpp
BranchFolding.cpp
BranchRelaxation.cpp
BuiltinGCs.cpp