[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / Hexagon / eh_return-r30.ll
blob36063fd1a2a231c119c079351aa41685d2df044a
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, i8* %a1) #0 {
8 b0:
9   tail call void @llvm.eh.return.i32(i32 %a0, i8* %a1)
10   unreachable
13 ; Function Attrs: nounwind
14 declare void @llvm.eh.return.i32(i32, i8*) #1
16 attributes #0 = { noreturn nounwind }
17 attributes #1 = { nounwind }