[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / eh_return-r30.ll
blob02e18d50fda84cea34b9d92142a01c25dd901dd6
1 ; RUN: llc -march=hexagon -O2 < %s
2 ; REQUIRES: asserts
4 target triple = "hexagon"
6 ; Function Attrs: noreturn nounwind
7 define void @f0(i32 %a0, ptr %a1) #0 {
8 b0:
9   tail call void @llvm.eh.return.i32(i32 %a0, ptr %a1)
10   unreachable
13 ; Function Attrs: nounwind
14 declare void @llvm.eh.return.i32(i32, ptr) #1
16 attributes #0 = { noreturn nounwind }
17 attributes #1 = { nounwind }