[llvm] r188557 - Reverted test commit (r188556)

Daniel Sanders daniel.sanders at imgtec.com
Fri Aug 16 08:27:12 PDT 2013


Author: dsanders
Date: Fri Aug 16 10:27:12 2013
New Revision: 188557

URL: http://llvm.org/viewvc/llvm-project?rev=188557&view=rev
Log:
Reverted test commit (r188556)

Modified:
    llvm/trunk/lib/Target/Mips/MipsMSAInstrInfo.td

Modified: llvm/trunk/lib/Target/Mips/MipsMSAInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsMSAInstrInfo.td?rev=188557&r1=188556&r2=188557&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsMSAInstrInfo.td (original)
+++ llvm/trunk/lib/Target/Mips/MipsMSAInstrInfo.td Fri Aug 16 10:27:12 2013
@@ -2505,4 +2505,3 @@ def ST_FW : MSAPat<(store (v4f32 MSA128:
                    (ST_W MSA128:$ws, addr:$addr)>;
 def ST_FD : MSAPat<(store (v2f64 MSA128:$ws), addr:$addr),
                    (ST_D MSA128:$ws, addr:$addr)>;
-





More information about the llvm-commits mailing list