summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/mips16_32_1.ll
blob: 211aa2a0f4b07b42eda7fc0e4e7a3273e8c82555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llc  -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s -mips-mixed-16-32  | FileCheck %s 
; RUN: llc  -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -mips-mixed-16-32  | FileCheck %s 

define void @foo() #0 {
entry:
  ret void
}

; CHECK: 	.set	mips16
; CHECK:	.ent	foo
; CHECK:	jrc $ra
; CHECK:	.end	foo
attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }