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


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

; 16:	jr	$ra

}