1 ; RUN: llc -march=hexagon < %s
4 ; Test that the compiler does not assert because the DAG is not correct.
7 %returntype = type { i1, i32 }
9 define i32 @test(i32* %a0, i32* %a1, i32* %a2) #0 {
11 br i1 undef, label %b6, label %b4
14 %v5 = call %returntype @foo(i32* nonnull undef, i32* %a2, i32* %a0) #0
21 declare %returntype @foo(i32*, i32*, i32*) #0
23 attributes #0 = { nounwind }