summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2013-08-16 15:26:36 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2013-08-16 15:26:36 +0000
commit1dbfa36ba1e2f6e4630b5f41254e307f81cece80 (patch)
treea17b70d6327f471e71b9b2148e9ef200e4300b45 /lib
parentd0cad1f3ed71bd98ef8017c31573abf22fac9588 (diff)
downloadllvm-1dbfa36ba1e2f6e4630b5f41254e307f81cece80.tar.gz
llvm-1dbfa36ba1e2f6e4630b5f41254e307f81cece80.tar.bz2
llvm-1dbfa36ba1e2f6e4630b5f41254e307f81cece80.tar.xz
Test commit. Just a blank line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Mips/MipsMSAInstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsMSAInstrInfo.td b/lib/Target/Mips/MipsMSAInstrInfo.td
index c03924fbd1..9e79bfdc11 100644
--- a/lib/Target/Mips/MipsMSAInstrInfo.td
+++ b/lib/Target/Mips/MipsMSAInstrInfo.td
@@ -2505,3 +2505,4 @@ 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)>;
+