summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/mips2
diff options
context:
space:
mode:
authorMatheus Almeida <matheus.almeida@imgtec.com>2014-06-05 12:07:14 +0000
committerMatheus Almeida <matheus.almeida@imgtec.com>2014-06-05 12:07:14 +0000
commit3a2156d1b5867b69625994f394d66511a5f4192d (patch)
treec3ca2c2bea9d8c440984f625be729b51e81af7bf /test/MC/Mips/mips2
parentced4056f2cb992cf17872e208e60d2abd8bdb34b (diff)
[mips] Fix triple.
Mips2 is a 32-bit architecture. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips2')
-rw-r--r--test/MC/Mips/mips2/invalid-mips32.s2
-rw-r--r--test/MC/Mips/mips2/invalid-mips32r2.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/Mips/mips2/invalid-mips32.s b/test/MC/Mips/mips2/invalid-mips32.s
index 2975c6876694..bb6ebf571940 100644
--- a/test/MC/Mips/mips2/invalid-mips32.s
+++ b/test/MC/Mips/mips2/invalid-mips32.s
@@ -1,6 +1,6 @@
# Instructions that are invalid
#
-# RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips2 \
+# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
# RUN: 2>%t1
# RUN: FileCheck %s < %t1
diff --git a/test/MC/Mips/mips2/invalid-mips32r2.s b/test/MC/Mips/mips2/invalid-mips32r2.s
index 37f2eed8d083..8d2bd6893c54 100644
--- a/test/MC/Mips/mips2/invalid-mips32r2.s
+++ b/test/MC/Mips/mips2/invalid-mips32r2.s
@@ -1,6 +1,6 @@
# Instructions that are invalid
#
-# RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips2 \
+# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
# RUN: 2>%t1
# RUN: FileCheck %s < %t1