diff options
| author | Haicheng Wu <haicheng@codeaurora.org> | 2016-06-07 15:17:21 +0000 |
|---|---|---|
| committer | Haicheng Wu <haicheng@codeaurora.org> | 2016-06-07 15:17:21 +0000 |
| commit | 4fa9f3ae45206639c800639a40ece9b3bbeeb433 (patch) | |
| tree | 9d8f60486a5012c5ad8413d77984c50c4bd8bb3a /llvm/test/CodeGen/ARM | |
| parent | 15c6ab5facc9ad18df77b3c311b4478cb771ea7a (diff) | |
| download | bcm5719-llvm-4fa9f3ae45206639c800639a40ece9b3bbeeb433.tar.gz bcm5719-llvm-4fa9f3ae45206639c800639a40ece9b3bbeeb433.zip | |
Revert "[MBP] Reduce code size by running tail merging in MBP."
This reverts commit r271930, r271915, r271923. They break a thumb selfhosting
bot.
llvm-svn: 272017
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 151cc1b12ed..04eae8f9afe 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: beq +; V8-NEXT: bne ; V8-NEXT: b ; The trailing space in the last line checks that the branch is unconditional switch i32 %and, label %sw.epilog [ |

