Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
.
/
test
/
CodeGen
/
ARM
/
2009-08-15-RegScavengerAssert.ll
blob: a46482cc731750d77f6454ebd500eea14a1c321f [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=arm
; PR4716
define
arm_aapcscc
void
@_start
()
nounwind
naked
{
entry
:
tail
call
arm_aapcscc
void
@exit
(
i32
undef
)
noreturn
nounwind
unreachable
}
declare
arm_aapcscc
void
@exit
(
i32
)
noreturn
nounwind