summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll
blob: 54196dcb919456f774fa2b470b0cbcaba82d7a3c (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc -march=arm
; PR4716

define arm_aapcscc void @_start() nounwind naked {
entry:
  tail call arm_aapcscc  void @exit(i32 undef) noreturn nounwind
  unreachable
}

declare arm_aapcscc void @exit(i32) noreturn nounwind