blob: a46482cc731750d77f6454ebd500eea14a1c321f [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm
Jakob Stoklund Olesend62c9a62009-08-15 13:10:46 +00002; 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