1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=b-short
3 ; ModuleID = 'brsize3.c'
4 target datalayout = "E-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-n32-S64"
5 target triple = "mips--linux-gnu"
7 ; Function Attrs: noreturn nounwind optsize
8 define void @foo() #0 {
12 x: ; preds = %x, %entry
13 tail call void asm sideeffect ".space 200", ""() #1, !srcloc !1
19 ; b-short: b $BB0_1 # 16 bit inst
23 attributes #0 = { noreturn nounwind optsize "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="true" }
24 attributes #1 = { nounwind }