aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/mips_directives.s
blob: e2f75a827d0a1ee8cd20cb902b15cfffba90b780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RUN: llvm-mc -triple mips-unknown-unknown %s
#this test produces no output so there isS no FileCheck call
$BB0_2:
  .ent directives_test
	.frame	$sp,0,$ra
	.mask 	0x00000000,0
	.fmask	0x00000000,0
	.set	noreorder
	.set	nomacro
	.set	noat
$JTI0_0:
	.gpword	($BB0_2)
	.set  at=$12
	.set macro
	.set reorder
	.end directives_test