| Index: src/IceInstX8632.cpp
|
| diff --git a/src/IceInstX8632.cpp b/src/IceInstX8632.cpp
|
| index 446651faf6d3342ad57c3fd5ee152162e49613f7..28fa07b61ceaef4f0da09692a1c6f7a4702aaab5 100644
|
| --- a/src/IceInstX8632.cpp
|
| +++ b/src/IceInstX8632.cpp
|
| @@ -50,8 +50,8 @@ const MachineTraits<TargetX8632>::InstCmppsAttributesType
|
|
|
| const MachineTraits<TargetX8632>::TypeAttributesType
|
| MachineTraits<TargetX8632>::TypeAttributes[] = {
|
| -#define X(tag, elementty, cvt, sdss, pack, width, fld) \
|
| - { cvt, sdss, pack, width, fld } \
|
| +#define X(tag, elementty, cvt, sdss, pdps, spsd, pack, width, fld) \
|
| + { cvt, sdss, pdps, spsd, pack, width, fld } \
|
| ,
|
| ICETYPEX8632_TABLE
|
| #undef X
|
|
|