1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: callr {{r[0-9]+}}
4 %s.0 = type { [1 x %s.1], [4 x i8*] }
5 %s.1 = type { [1 x %s.2], i32, [4 x i8] }
6 %s.2 = type { [16 x i32] }
8 define hidden void @f0(void (%s.0*)* %a0) #0 {
10 br i1 undef, label %b2, label %b1
16 call void %a0(%s.0* null) #1
20 attributes #0 = { noreturn nounwind }
21 attributes #1 = { noreturn }