Home | History | Annotate | Download | only in Thumb2
      1 ; RUN: llc -mtriple thumbv7em-apple-unknown-eabi-macho %s -o - -O0 | FileCheck %s
      2 
      3 ; CHECK: add r7, 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()
     12