brintos

brintos / llvm-project-archived public Read only

0
0
Text · 257 B · 74629ef Raw
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