[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / Thumb2 / emit-unwinding.ll
1 ; RUN: llc -mtriple thumbv7em-apple-unknown-eabi-macho %s -o - -O0 | FileCheck %s
2
3 ; CHECK: add.w r11, sp, #{{[1-9]+}}
4
5 define void @foo1() {
6   call void asm sideeffect "", "~{r4}"()
7   call void @foo2()
8   ret void
9 }
10
11 declare void @foo2()