diff options
author | Quentin Colombet <qcolombet@apple.com> | 2015-11-11 23:31:46 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2015-11-11 23:31:46 +0000 |
commit | 10f98135289167774f062c110ea3350ef1651c34 (patch) | |
tree | 34c2f02b1c720b3692cf99916b2dff4e929463a7 /llvm/test/CodeGen/ARM/call-tc.ll | |
parent | b9204a584c4494d3b057ef4ff8795572023eebbe (diff) | |
download | bcm5719-llvm-10f98135289167774f062c110ea3350ef1651c34.tar.gz bcm5719-llvm-10f98135289167774f062c110ea3350ef1651c34.zip |
[ARM] Enable shrink-wrapping by default.
Differential Revision: http://reviews.llvm.org/D14357
rdar://problem/21942589
llvm-svn: 252825
Diffstat (limited to 'llvm/test/CodeGen/ARM/call-tc.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/call-tc.ll | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/call-tc.ll b/llvm/test/CodeGen/ARM/call-tc.ll index b2b6aaec813..8821029520f 100644 --- a/llvm/test/CodeGen/ARM/call-tc.ll +++ b/llvm/test/CodeGen/ARM/call-tc.ll @@ -83,9 +83,11 @@ declare void @foo() nounwind define void @t7() nounwind { entry: ; CHECKT2D-LABEL: t7: -; CHECKT2D: blxeq _foo -; CHECKT2D-NEXT: pop.w -; CHECKT2D-NEXT: b.w _foo +; CHECKT2D: it ne +; CHECKT2D-NEXT: bne.w _foo +; CHECKT2D-NEXT: push +; CHECKT2D-NEXT: mov r7, sp +; CHECKT2D-NEXT: blx _foo br i1 undef, label %bb, label %bb1.lr.ph bb1.lr.ph: |