1; RUN: llc -mtriple thumbv7em-apple-unknown-eabi-macho %s -o - -O0 | FileCheck %s 2 3; CHECK: add r7, sp, #{{[1-9]+}} 4 5define void @foo1() { 6 call void asm sideeffect "", "~{r4}"() 7 call void @foo2() 8 ret void 9} 10 11declare void @foo2() 12