2012-09-07 08:48:02 +08:00
|
|
|
# RUN: llvm-mc -triple mips-unknown-unknown %s
|
2012-10-04 10:29:46 +08:00
|
|
|
#this test produces no output so there isS no FileCheck call
|
2012-09-07 08:48:02 +08:00
|
|
|
$BB0_2:
|
2012-10-04 10:29:46 +08:00
|
|
|
.ent directives_test
|
2012-09-07 08:48:02 +08:00
|
|
|
.frame $sp,0,$ra
|
|
|
|
.mask 0x00000000,0
|
|
|
|
.fmask 0x00000000,0
|
|
|
|
.set noreorder
|
|
|
|
.set nomacro
|
2012-10-04 10:29:46 +08:00
|
|
|
.set noat
|
2012-09-07 08:48:02 +08:00
|
|
|
$JTI0_0:
|
|
|
|
.gpword ($BB0_2)
|
2012-10-04 10:29:46 +08:00
|
|
|
.set at=$12
|
|
|
|
.set macro
|
|
|
|
.set reorder
|
|
|
|
.end directives_test
|