diff options
| author | Owen Anderson <resistor@mac.com> | 2011-08-30 21:11:06 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2011-08-30 21:11:06 +0000 |
| commit | e316e5b2add6edaee27b248b36a20aa5daa300e5 (patch) | |
| tree | 6482bc1d1fc4ef612098ab132f7bdeff14d01b19 /llvm/lib/Transforms | |
| parent | 7a9c3033a43b91aa0b675bbc58397247249316a6 (diff) | |
| download | bcm5719-llvm-e316e5b2add6edaee27b248b36a20aa5daa300e5.tar.gz bcm5719-llvm-e316e5b2add6edaee27b248b36a20aa5daa300e5.zip | |
Speculatively revert r138809 in an attempt to fix DragonEgg.
llvm-svn: 138829
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp b/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp index d575a63a51f..8559147b716 100644 --- a/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp +++ b/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp @@ -617,9 +617,8 @@ bool DSE::handleEndBlock(BasicBlock &BB) { DeleteDeadInstruction(Dead, *MD, &DeadStackObjects); ++NumFastStores; MadeChange = true; + continue; } - - continue; } // Remove any dead non-memory-mutating instructions. |

