67e346d959f96f78266cb44748a7a4375b0764bf
[oota-llvm.git] / test / CodeGen / Mips / null.ll
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 }