Sign in
swiftshader
/
SwiftShader
/
840f47ea853b48c0c3f35c279489862c2ff0c979
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Thumb
/
push.ll
blob: 94ef8e900434e6282587b977773ae9cf5f32af22 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s
; rdar://7268481
define
void
@t
()
nounwind
{
; CHECK: t:
; CHECK: push {r7}
entry
:
call
void
asm
sideeffect
alignstack
".long 0xe7ffdefe"
,
""
()
nounwind
ret
void
}