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

; FIXME: Disabled temporarily because it should not have worked previously
; and will be fixed after a subsequent patch
; REQUIRES: disabled


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

; 16: 	.set	mips16                  # @main


; 16:	jr	$ra

}