aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips
diff options
context:
space:
mode:
authorMatheus Almeida <matheus.almeida@imgtec.com>2013-10-11 13:58:32 +0000
committerMatheus Almeida <matheus.almeida@imgtec.com>2013-10-11 13:58:32 +0000
commit21d60f02c36c2362899109239d16824caa56d8ab (patch)
tree8bd1eb140785641fd6e267aff6f0be16f2f3dc21 /test/MC/Mips
parentabba71663eeebbea725eded5e23f273147824ed2 (diff)
downloadexternal_llvm-21d60f02c36c2362899109239d16824caa56d8ab.zip
external_llvm-21d60f02c36c2362899109239d16824caa56d8ab.tar.gz
external_llvm-21d60f02c36c2362899109239d16824caa56d8ab.tar.bz2
This reverts 192447 because of compiler warning generated on darwin build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192451 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips')
-rw-r--r--test/MC/Mips/msa/test_elm_insert.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/MC/Mips/msa/test_elm_insert.s b/test/MC/Mips/msa/test_elm_insert.s
deleted file mode 100644
index 5fc55f3..0000000
--- a/test/MC/Mips/msa/test_elm_insert.s
+++ /dev/null
@@ -1,15 +0,0 @@
-# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 -mattr=+msa -arch=mips | FileCheck %s
-#
-# RUN: llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -mattr=+msa -arch=mips -filetype=obj -o - | llvm-objdump -d -triple=mipsel-unknown-linux -mattr=+msa -arch=mips - | FileCheck %s -check-prefix=CHECKOBJDUMP
-#
-# CHECK: insert.b $w23[3], $sp # encoding: [0x79,0x03,0xed,0xd9]
-# CHECK: insert.h $w20[2], $5 # encoding: [0x79,0x22,0x2d,0x19]
-# CHECK: insert.w $w8[2], $15 # encoding: [0x79,0x32,0x7a,0x19]
-
-# CHECKOBJDUMP: insert.b $w23[3], $sp
-# CHECKOBJDUMP: insert.h $w20[2], $5
-# CHECKOBJDUMP: insert.w $w8[2], $15
-
- insert.b $w23[3], $sp
- insert.h $w20[2], $5
- insert.w $w8[2], $15