summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/null.ll
blob: 67e346d959f96f78266cb44748a7a4375b0764bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llc  -march=mipsel -mattr=mips16 < %s | FileCheck %s -check-prefix=16


define i32 @main() nounwind {
entry:
  ret i32 0

; 16: 	.set	mips16


; 16:	jrc	$ra

}