• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc  -march=mipsel -mattr=mips16 < %s | FileCheck %s -check-prefix=16
2
3
4define i32 @main() nounwind {
5entry:
6  ret i32 0
7
8; 16: 	.set	mips16
9
10
11; 16:	jrc	$ra
12
13}
14