11 lines · plain
1; RUN: llc < %s -mtriple=thumb-apple-darwin -frame-pointer=all | FileCheck %s2; rdar://72684813 4define void @t() nounwind {5; CHECK-LABEL: t:6; CHECK: push {r7, lr}7entry:8 call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind9 ret void10}11