Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a063e19593800142afaef5389f35605da901b805
/
.
/
test
/
CodeGen
/
Thumb
/
push.ll
blob: 63773c4f6c9f8c85996cf164d8ed0351f5ab7f27 [
file
] [
log
] [
blame
]
; 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
}