diff options
author | Sam McCall <sam.mccall@gmail.com> | 2017-09-04 15:47:00 +0000 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2017-09-04 15:47:00 +0000 |
commit | f71bb198edbaa0758a5ff58a49ed2fad58c92796 (patch) | |
tree | 0c030e5615b6d7583743ce6e2c93ba50b6eec61c /llvm/lib/CodeGen/CodeGen.cpp | |
parent | ee5dc70c7901142f8800cf63cf94dc84e925c5fa (diff) | |
download | bcm5719-llvm-f71bb198edbaa0758a5ff58a49ed2fad58c92796.tar.gz bcm5719-llvm-f71bb198edbaa0758a5ff58a49ed2fad58c92796.zip |
Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding""
This crashes on boringSSL on PPC (will send reduced testcase)
This reverts commit r312328.
llvm-svn: 312490
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index c92b45a752e..b7fd45a3f6a 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -54,7 +54,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeMachineCSEPass(Registry); initializeMachineCombinerPass(Registry); initializeMachineCopyPropagationPass(Registry); - initializeMachineCopyPropagationPreRegRewritePass(Registry); initializeMachineDominatorTreePass(Registry); initializeMachineFunctionPrinterPassPass(Registry); initializeMachineLICMPass(Registry); |