1 ; RUN: llc -march=mipsel -mattr=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 9 10 11 ; 16: jrc $ra 12 13 } 14