Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
afa08b51a65fd3e945cb752281f7ad5f02c4fa29
/
.
/
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