1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker; rdar://7268481 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Workerdefine void @t() nounwind { 5*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: t: 6*9880d681SAndroid Build Coastguard Worker; CHECK: push {r7} 7*9880d681SAndroid Build Coastguard Workerentry: 8*9880d681SAndroid Build Coastguard Worker call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind 9*9880d681SAndroid Build Coastguard Worker ret void 10*9880d681SAndroid Build Coastguard Worker} 11