Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten-fastcomp
/
refs/heads/optimize-modules
/
.
/
test
/
CodeGen
/
Thumb
/
push.ll
blob: 62229c6dadedb7ffee3b9b75a0d8b02d8a76a379 [
file
] [
log
] [
blame
] [
edit
]
; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s
; rdar://7268481
define
void
@t
()
nounwind
{
; CHECK-LABEL: t:
; CHECK: push {r7}
entry
:
call
void
asm
sideeffect
alignstack
".long 0xe7ffdefe"
,
""
()
nounwind
ret
void
}