summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2013-08-16 15:27:12 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2013-08-16 15:27:12 +0000
commitea549a847d87cb8ce46f6a45b24ae888db697a07 (patch)
treef30cb3f0cde9ffcfbc8c534e32561d0cbb2fe1f6 /lib
parent1dbfa36ba1e2f6e4630b5f41254e307f81cece80 (diff)
downloadllvm-ea549a847d87cb8ce46f6a45b24ae888db697a07.tar.gz
llvm-ea549a847d87cb8ce46f6a45b24ae888db697a07.tar.bz2
llvm-ea549a847d87cb8ce46f6a45b24ae888db697a07.tar.xz
Reverted test commit (r188556)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Mips/MipsMSAInstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsMSAInstrInfo.td b/lib/Target/Mips/MipsMSAInstrInfo.td
index 9e79bfdc11..c03924fbd1 100644
--- a/lib/Target/Mips/MipsMSAInstrInfo.td
+++ b/lib/Target/Mips/MipsMSAInstrInfo.td
@@ -2505,4 +2505,3 @@ def ST_FW : MSAPat<(store (v4f32 MSA128:$ws), addr:$addr),
(ST_W MSA128:$ws, addr:$addr)>;
def ST_FD : MSAPat<(store (v2f64 MSA128:$ws), addr:$addr),
(ST_D MSA128:$ws, addr:$addr)>;
-