summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CodeGen.cpp
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/CodeGen.cpp
parent376f1bd73cdc8219b288400798e1f0d205d2ca77 (diff)
downloadbcm5719-llvm-e42ac21499c103a4b1052e759618ecbd35207d6c.tar.gz
bcm5719-llvm-e42ac21499c103a4b1052e759618ecbd35207d6c.zip
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/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index 5acd6d52ea8..b7fd45a3f6a 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -21,6 +21,7 @@ using namespace llvm;
/// initializeCodeGen - Initialize all passes linked into the CodeGen library.
void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeAtomicExpandPass(Registry);
+ initializeBranchCoalescingPass(Registry);
initializeBranchFolderPassPass(Registry);
initializeBranchRelaxationPass(Registry);
initializeCodeGenPreparePass(Registry);
OpenPOWER on IntegriCloud