summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/call-tc.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/call-tc.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/call-tc.ll')
-rw-r--r--llvm/test/CodeGen/ARM/call-tc.ll8
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/ARM/call-tc.ll b/llvm/test/CodeGen/ARM/call-tc.ll
index 8821029520f..b2b6aaec813 100644
--- a/llvm/test/CodeGen/ARM/call-tc.ll
+++ b/llvm/test/CodeGen/ARM/call-tc.ll
@@ -83,11 +83,9 @@ declare void @foo() nounwind
define void @t7() nounwind {
entry:
; CHECKT2D-LABEL: t7:
-; CHECKT2D: it ne
-; CHECKT2D-NEXT: bne.w _foo
-; CHECKT2D-NEXT: push
-; CHECKT2D-NEXT: mov r7, sp
-; CHECKT2D-NEXT: blx _foo
+; CHECKT2D: blxeq _foo
+; CHECKT2D-NEXT: pop.w
+; CHECKT2D-NEXT: b.w _foo
br i1 undef, label %bb, label %bb1.lr.ph
bb1.lr.ph:
OpenPOWER on IntegriCloud