blob: 54196dcb919456f774fa2b470b0cbcaba82d7a3c [file] [log] [blame]
Jakob Stoklund Olesend62c9a62009-08-15 13:10:46 +00001; RUN: llvm-as < %s | llc -march=arm
2; PR4716
3
4define arm_aapcscc void @_start() nounwind naked {
5entry:
6 tail call arm_aapcscc void @exit(i32 undef) noreturn nounwind
7 unreachable
8}
9
10declare arm_aapcscc void @exit(i32) noreturn nounwind