[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / Hexagon / call-ret-i1.ll
blob3838e8a6e88fee9d585ce339af2751d08e7fec0e
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
4 ; Test that the compiler does not assert because the DAG is not correct.
5 ; CHECK: call foo
7 %returntype = type { i1, i32 }
9 define i32 @test(i32* %a0, i32* %a1, i32* %a2) #0 {
10 b3:
11   br i1 undef, label %b6, label %b4
13 b4:                                               ; preds = %b3
14   %v5 = call %returntype @foo(i32* nonnull undef, i32* %a2, i32* %a0) #0
15   ret i32 1
17 b6:                                               ; preds = %b3
18   unreachable
21 declare %returntype @foo(i32*, i32*, i32*) #0
23 attributes #0 = { nounwind }