This patch tackles the problem of parsing Mips
[oota-llvm.git] / test / MC / Mips / mips_directives.s
1 # RUN: llvm-mc -triple mips-unknown-unknown %s
2 #this test produces no output so there isS no FileCheck call
3 $BB0_2:
4   .ent directives_test
5         .frame  $sp,0,$ra
6         .mask   0x00000000,0
7         .fmask  0x00000000,0
8         .set    noreorder
9         .set    nomacro
10         .set    noat
11 $JTI0_0:
12         .gpword ($BB0_2)
13         .set  at=$12
14         .set macro
15         .set reorder
16         .end directives_test