summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb/push.ll
blob: 63773c4f6c9f8c85996cf164d8ed0351f5ab7f27 (plain)
1
2
3
4
5
6
7
8
9
10
; 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
}
OpenPOWER on IntegriCloud