summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-05-18 18:50:05 +0000
committerHans Wennborg <hans@hanshq.net>2017-05-18 18:50:05 +0000
commitb00ffd8cb7a0f5fd51c9968e4f59b4b3eca52e47 (patch)
treee31de723494024bb427c1f2b1c7c7a2e4aeba21b /llvm/lib/CodeGen/CodeGen.cpp
parent68038696470154bf496b4d0ae6145c2570471f17 (diff)
downloadbcm5719-llvm-b00ffd8cb7a0f5fd51c9968e4f59b4b3eca52e47.tar.gz
bcm5719-llvm-b00ffd8cb7a0f5fd51c9968e4f59b4b3eca52e47.zip
Revert r302938 "Add LiveRangeShrink pass to shrink live range within BB."
This also reverts follow-ups r303292 and r303298. It broke some Chromium tests under MSan, and apparently also internal tests at Google. llvm-svn: 303369
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index 4d30c6574b1..2a2715beaad 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -43,7 +43,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeLiveDebugValuesPass(Registry);
initializeLiveDebugVariablesPass(Registry);
initializeLiveIntervalsPass(Registry);
- initializeLiveRangeShrinkPass(Registry);
initializeLiveStacksPass(Registry);
initializeLiveVariablesPass(Registry);
initializeLocalStackSlotPassPass(Registry);
OpenPOWER on IntegriCloud