[mips] Fix triple.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 5 Jun 2014 12:07:14 +0000 (12:07 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 5 Jun 2014 12:07:14 +0000 (12:07 +0000)
Mips2 is a 32-bit architecture.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210254 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Mips/mips2/invalid-mips32.s
test/MC/Mips/mips2/invalid-mips32r2.s

index 2975c68766947ae77ceae0c714db6593d53daf3a..bb6ebf5719402e7071987bfe16d57d90333cc08d 100644 (file)
@@ -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
 
index 37f2eed8d08349f0e94a54acd9140e637e21f700..8d2bd6893c54a93d920f9e0077b1273940423048 100644 (file)
@@ -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