diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-06-16 20:25:59 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-16 20:25:59 +0000 |
commit | 35b9a7790e904abce4e6dac3f1ed89696522f19a (patch) | |
tree | 1c8235a676fc20a0c5ce7f311159ca8fa68924d8 /lib/Target/X86/X86InstrSSE.td | |
parent | 56539659eb1b192d493aa333b60213889129b9f1 (diff) |
mpsadbw is commutable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrSSE.td')
-rw-r--r-- | lib/Target/X86/X86InstrSSE.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrSSE.td b/lib/Target/X86/X86InstrSSE.td index 298bdbecdb..53a7dd0e37 100644 --- a/lib/Target/X86/X86InstrSSE.td +++ b/lib/Target/X86/X86InstrSSE.td @@ -3330,7 +3330,7 @@ defm DPPS : SS41I_binop_rmi_int<0x40, "dpps", defm DPPD : SS41I_binop_rmi_int<0x41, "dppd", int_x86_sse41_dppd, 1>; defm MPSADBW : SS41I_binop_rmi_int<0x42, "mpsadbw", - int_x86_sse41_mpsadbw, 0>; + int_x86_sse41_mpsadbw, 1>; /// SS41I_ternary_int - SSE 4.1 ternary operator |