Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=arm |
Jakob Stoklund Olesen | d62c9a6 | 2009-08-15 13:10:46 +0000 | [diff] [blame] | 2 | ; PR4716 |
3 | |||||
4 | define arm_aapcscc void @_start() nounwind naked { | ||||
5 | entry: | ||||
6 | tail call arm_aapcscc void @exit(i32 undef) noreturn nounwind | ||||
7 | unreachable | ||||
8 | } | ||||
9 | |||||
10 | declare arm_aapcscc void @exit(i32) noreturn nounwind |