1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC
2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC
3 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC16
4 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
6 define void @count(i32 %x, i32 %y, i32 %z) noreturn nounwind readnone {
10 bosco: ; preds = %bosco, %entry
15 ; CHECK-STATIC: j $BB0_1
16 ; CHECK-PIC16: b $BB0_1
17 ; CHECK-STATIC16: b $BB0_1