llvm-6502/test/CodeGen/Thumb/push.ll
2009-10-02 05:03:07 +00:00

11 lines
257 B
LLVM

; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s
; rdar://7268481
define arm_apcscc void @t() nounwind {
; CHECK: t:
; CHECK-NEXT : push {r7}
entry:
call void asm sideeffect ".long 0xe7ffdefe", ""() nounwind
ret void
}