summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/machine-cse-cmp.ll
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-11-12 13:34:50 +0000
committerRenato Golin <renato.golin@linaro.org>2015-11-12 13:34:50 +0000
commit93064025bdb36f9b0f40bd576fcdabc3e60b4798 (patch)
tree693d42bdc61efebf9bec77b999f1532d47c6f385 /llvm/test/CodeGen/ARM/machine-cse-cmp.ll
parent9f6ad4974012c5223931a0172d5d6b51753dd15f (diff)
downloadbcm5719-llvm-93064025bdb36f9b0f40bd576fcdabc3e60b4798.tar.gz
bcm5719-llvm-93064025bdb36f9b0f40bd576fcdabc3e60b4798.zip
Revert "[ARM] Enable shrink-wrapping by default."
This reverts commit r252825, as it broke ASAN on ARM. Investigating... llvm-svn: 252889
Diffstat (limited to 'llvm/test/CodeGen/ARM/machine-cse-cmp.ll')
-rw-r--r--llvm/test/CodeGen/ARM/machine-cse-cmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/machine-cse-cmp.ll b/llvm/test/CodeGen/ARM/machine-cse-cmp.ll
index 611cba6ed1f..1f92ff4e119 100644
--- a/llvm/test/CodeGen/ARM/machine-cse-cmp.ll
+++ b/llvm/test/CodeGen/ARM/machine-cse-cmp.ll
@@ -27,7 +27,7 @@ define void @f2() nounwind ssp {
entry:
; CHECK-LABEL: f2:
; CHECK: cmp
-; CHECK: bxlt
+; CHECK: poplt
; CHECK-NOT: cmp
; CHECK: movle
%0 = load i32, i32* @foo, align 4
OpenPOWER on IntegriCloud