Sign in
swiftshader
/
SwiftShader
/
2337f06c8b1bc669932bc06327947f185de95458
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
CodeGen
/
Thumb
/
2010-06-18-SibCallCrash.ll
blob: e1efd3b7238f6013da121c49410700e7d75b1196 [
file
] [
log
] [
blame
]
; RUN: llc -mtriple=thumb-eabi %s -o /dev/null
; rdar://8104457
define
arm_apcscc
void
@t
(
i32
*
%m
)
nounwind
{
entry
:
tail
call
arm_apcscc
void
undef
(
i32
*
%m
,
i16
zeroext
undef
)
nounwind
ret
void
}