From 93064025bdb36f9b0f40bd576fcdabc3e60b4798 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Thu, 12 Nov 2015 13:34:50 +0000 Subject: Revert "[ARM] Enable shrink-wrapping by default." This reverts commit r252825, as it broke ASAN on ARM. Investigating... llvm-svn: 252889 --- llvm/test/CodeGen/ARM/call-tc.ll | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'llvm/test/CodeGen/ARM/call-tc.ll') 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: -- cgit v1.2.3