diff options
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/Mips/mips_directives.s | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/MC/Mips/mips_directives.s b/test/MC/Mips/mips_directives.s index f9d8460..e2f75a8 100644 --- a/test/MC/Mips/mips_directives.s +++ b/test/MC/Mips/mips_directives.s @@ -1,10 +1,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 |