brintos

brintos / llvm-project-archived public Read only

0
0
Text · 409 B · 78c539c Raw
20 lines · plain
1; RUN: llc -mtriple=hexagon < %s2; REQUIRES: asserts3 4; Function Attrs: nounwind5define void @f0() #0 {6b0:7  call void @f1(ptr blockaddress(@f0, %b1))8  br label %b19 10b1:                                               ; preds = %b2, %b011  ret void12 13b2:                                               ; No predecessors!14  indirectbr ptr undef, [label %b1]15}16 17declare void @f1(...)18 19attributes #0 = { nounwind }20