1. fix null program output after some other changes
[oota-llvm.git] / test / CodeGen / Mips / null.ll
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:   jr      $ra
12
13 }