blob: 299364773f6a44feedc3c88abcd65d811dd10dde [file] [log] [blame]
Rafael Espindolaae591be2010-06-15 20:42:00 +00001; RUN: llc < %s -mtriple=arm-linux-gnueabi
Jakob Stoklund Olesen4af3c862009-08-15 13:10:46 +00002; PR4716
3
Rafael Espindola5a24a562010-06-15 19:04:29 +00004define void @_start() nounwind naked {
Jakob Stoklund Olesen4af3c862009-08-15 13:10:46 +00005entry:
Rafael Espindola5a24a562010-06-15 19:04:29 +00006 tail call void @exit(i32 undef) noreturn nounwind
Jakob Stoklund Olesen4af3c862009-08-15 13:10:46 +00007 unreachable
8}
9
Rafael Espindola5a24a562010-06-15 19:04:29 +000010declare void @exit(i32) noreturn nounwind