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 | b90be27f8cae17d5da15095c1eae7f6a68dc107e (patch) | |
| tree | 39dfa1e39634b7c5306c0772b43ec96943febc32 /llvm/lib/Target | |
| parent | fe677e95704b089df821077240014b0d5b990cc6 (diff) | |
| download | bcm5719-llvm-b90be27f8cae17d5da15095c1eae7f6a68dc107e.tar.gz bcm5719-llvm-b90be27f8cae17d5da15095c1eae7f6a68dc107e.zip | |
mpsadbw is commutable.
llvm-svn: 52352
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrSSE.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrSSE.td b/llvm/lib/Target/X86/X86InstrSSE.td index 298bdbecdb3..53a7dd0e372 100644 --- a/llvm/lib/Target/X86/X86InstrSSE.td +++ b/llvm/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 |

