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


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

; 16: 	.set	mips16                  # @main


; 16:	jr	$ra

}