aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/mips1/valid-xfail.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Mips/mips1/valid-xfail.s')
-rw-r--r--test/MC/Mips/mips1/valid-xfail.s14
1 files changed, 4 insertions, 10 deletions
diff --git a/test/MC/Mips/mips1/valid-xfail.s b/test/MC/Mips/mips1/valid-xfail.s
index 2ffeaa9..7696c9e 100644
--- a/test/MC/Mips/mips1/valid-xfail.s
+++ b/test/MC/Mips/mips1/valid-xfail.s
@@ -2,16 +2,10 @@
# they aren't implemented yet).
# This test is set up to XPASS if any instruction generates an encoding.
#
-# FIXME: Test MIPS-I instead of MIPS32
-# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 | not FileCheck %s
+# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 | not FileCheck %s
# CHECK-NOT: encoding
# XFAIL: *
- .set noat
- tlbp
- tlbr
- tlbwi
- tlbwr
- lwc0 c0_entrylo,-7321($s2)
- lwc3 $10,-32265($k0)
- swc0 c0_prid,18904($s3)
+ .set noat
+ lwc0 c0_entrylo,-7321($s2)
+ swc0 c0_prid,18904($s3)