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