diff options
author | Geoff Berry <gberry@codeaurora.org> | 2017-10-03 16:59:13 +0000 |
---|---|---|
committer | Geoff Berry <gberry@codeaurora.org> | 2017-10-03 16:59:13 +0000 |
commit | fabedbad116e0d830d152532cfa83b3bffd66d68 (patch) | |
tree | d11533e3f29a0915ee55b1c57e7c2cde2146d418 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 46a804cfd937211b6a8e07e1daa48f104e0c948f (diff) | |
download | bcm5719-llvm-fabedbad116e0d830d152532cfa83b3bffd66d68.tar.gz bcm5719-llvm-fabedbad116e0d830d152532cfa83b3bffd66d68.zip |
Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding""
This reverts commit r314729.
Another bug has been encountered in an out-of-tree target reported by Quentin.
llvm-svn: 314814
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 41a63cbdc91..f4ccb4889d3 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -53,7 +53,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeMachineCSEPass(Registry); initializeMachineCombinerPass(Registry); initializeMachineCopyPropagationPass(Registry); - initializeMachineCopyPropagationPreRegRewritePass(Registry); initializeMachineDominatorTreePass(Registry); initializeMachineFunctionPrinterPassPass(Registry); initializeMachineLICMPass(Registry); |