llvm-6502/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll
2009-09-09 00:09:15 +00:00

11 lines
231 B
LLVM

; 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