diff options
| author | Haicheng Wu <haicheng@codeaurora.org> | 2016-08-12 08:40:24 +0000 |
|---|---|---|
| committer | Haicheng Wu <haicheng@codeaurora.org> | 2016-08-12 08:40:24 +0000 |
| commit | d9cbb1608f5e59c45c7ac6fa5fe7ca88e131f803 (patch) | |
| tree | 3da07b8ed817721b6b2a22dcc142ff9db074ae05 /llvm/test/CodeGen/ARM | |
| parent | 722a4db1985ca9a8b982074d658dfee9c4624d53 (diff) | |
| download | bcm5719-llvm-d9cbb1608f5e59c45c7ac6fa5fe7ca88e131f803.tar.gz bcm5719-llvm-d9cbb1608f5e59c45c7ac6fa5fe7ca88e131f803.zip | |
Revert "[BranchFolding] Restrict tail merging loop blocks after MBP"
This reverts commit r278463 because it hits the bot.
llvm-svn: 278484
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll b/llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll index 04eae8f9afe..151cc1b12ed 100644 --- a/llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll +++ b/llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll @@ -49,7 +49,7 @@ tailrecurse.switch: ; preds = %tailrecurse ; V8-NEXT: beq ; V8-NEXT: %tailrecurse.switch ; V8: cmp -; V8-NEXT: bne +; V8-NEXT: beq ; V8-NEXT: b ; The trailing space in the last line checks that the branch is unconditional switch i32 %and, label %sw.epilog [ |

