[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git] / llvm / test / CodeGen / ARM / 2009-08-15-RegScavengerAssert.ll
blob299364773f6a44feedc3c88abcd65d811dd10dde
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; PR4716
4 define void @_start() nounwind naked {
5 entry:
6   tail call  void @exit(i32 undef) noreturn nounwind
7   unreachable
10 declare void @exit(i32) noreturn nounwind