Home | History | Annotate | Download | only in Mips
      1 ; RUN: llc  -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16
      2 
      3 
      4 define i32 @main() nounwind {
      5 entry:
      6   ret i32 0
      7 
      8 ; 16: 	.set	mips16                  # @main
      9 
     10 
     11 ; 16:	jrc	$ra
     12 
     13 }
     14