[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / Hexagon / getBlockAddress.ll
blob923780edaccf42fde2f136f74d029abfbab77a4f
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
4 ; Function Attrs: nounwind
5 define void @f0() #0 {
6 b0:
7   call void bitcast (void (...)* @f1 to void (i8*)*)(i8* blockaddress(@f0, %b1))
8   br label %b1
10 b1:                                               ; preds = %b2, %b0
11   ret void
13 b2:                                               ; No predecessors!
14   indirectbr i8* undef, [label %b1]
17 declare void @f1(...)
19 attributes #0 = { nounwind }