diff options
-rw-r--r-- | lib/Target/Mips/MipsMSAInstrInfo.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsMSAInstrInfo.td b/lib/Target/Mips/MipsMSAInstrInfo.td index 9e79bfd..c03924f 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)>; - |