xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -mtriple=arm-linux-gnueabi
2; PR4716
3
4define void @_start() nounwind naked {
5entry:
6  tail call  void @exit(i32 undef) noreturn nounwind
7  unreachable
8}
9
10declare void @exit(i32) noreturn nounwind
11