| Index: src/IceTargetLoweringX8632.cpp
|
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
|
| index 79c79cc4bd5d818bf4645f83812a5f73912734f1..5b34d3d4d9701c93a3a3289c8cd3b5aff0b90097 100644
|
| --- a/src/IceTargetLoweringX8632.cpp
|
| +++ b/src/IceTargetLoweringX8632.cpp
|
| @@ -184,7 +184,7 @@ enum _tmp_enum {
|
| };
|
| // Define a set of constants based on high-level table entries.
|
| #define X(tag, str) static const int _table1_##tag = InstFcmp::tag;
|
| -ICEINSTFCMP_TABLE;
|
| +ICEINSTFCMP_TABLE
|
| #undef X
|
| // Define a set of constants based on low-level table entries, and
|
| // ensure the table entry keys are consistent.
|
| @@ -193,7 +193,7 @@ ICEINSTFCMP_TABLE;
|
| static_assert( \
|
| _table1_##val == _table2_##val, \
|
| "Inconsistency between FCMPX8632_TABLE and ICEINSTFCMP_TABLE");
|
| -FCMPX8632_TABLE;
|
| +FCMPX8632_TABLE
|
| #undef X
|
| // Repeat the static asserts with respect to the high-level table
|
| // entries in case the high-level table has extra entries.
|
| @@ -201,7 +201,7 @@ FCMPX8632_TABLE;
|
| static_assert( \
|
| _table1_##tag == _table2_##tag, \
|
| "Inconsistency between FCMPX8632_TABLE and ICEINSTFCMP_TABLE");
|
| -ICEINSTFCMP_TABLE;
|
| +ICEINSTFCMP_TABLE
|
| #undef X
|
| } // end of namespace dummy1
|
|
|
| @@ -217,7 +217,7 @@ enum _tmp_enum {
|
| };
|
| // Define a set of constants based on high-level table entries.
|
| #define X(tag, str) static const int _table1_##tag = InstIcmp::tag;
|
| -ICEINSTICMP_TABLE;
|
| +ICEINSTICMP_TABLE
|
| #undef X
|
| // Define a set of constants based on low-level table entries, and
|
| // ensure the table entry keys are consistent.
|
| @@ -226,7 +226,7 @@ ICEINSTICMP_TABLE;
|
| static_assert( \
|
| _table1_##val == _table2_##val, \
|
| "Inconsistency between ICMPX8632_TABLE and ICEINSTICMP_TABLE");
|
| -ICMPX8632_TABLE;
|
| +ICMPX8632_TABLE
|
| #undef X
|
| // Repeat the static asserts with respect to the high-level table
|
| // entries in case the high-level table has extra entries.
|
| @@ -234,7 +234,7 @@ ICMPX8632_TABLE;
|
| static_assert( \
|
| _table1_##tag == _table2_##tag, \
|
| "Inconsistency between ICMPX8632_TABLE and ICEINSTICMP_TABLE");
|
| -ICEINSTICMP_TABLE;
|
| +ICEINSTICMP_TABLE
|
| #undef X
|
| } // end of namespace dummy2
|
|
|
| @@ -251,7 +251,7 @@ enum _tmp_enum {
|
| // Define a set of constants based on high-level table entries.
|
| #define X(tag, size, align, elts, elty, str) \
|
| static const int _table1_##tag = tag;
|
| -ICETYPE_TABLE;
|
| +ICETYPE_TABLE
|
| #undef X
|
| // Define a set of constants based on low-level table entries, and
|
| // ensure the table entry keys are consistent.
|
| @@ -259,14 +259,14 @@ ICETYPE_TABLE;
|
| static const int _table2_##tag = _tmp_##tag; \
|
| static_assert(_table1_##tag == _table2_##tag, \
|
| "Inconsistency between ICETYPEX8632_TABLE and ICETYPE_TABLE");
|
| -ICETYPEX8632_TABLE;
|
| +ICETYPEX8632_TABLE
|
| #undef X
|
| // Repeat the static asserts with respect to the high-level table
|
| // entries in case the high-level table has extra entries.
|
| #define X(tag, size, align, elts, elty, str) \
|
| static_assert(_table1_##tag == _table2_##tag, \
|
| "Inconsistency between ICETYPEX8632_TABLE and ICETYPE_TABLE");
|
| -ICETYPE_TABLE;
|
| +ICETYPE_TABLE
|
| #undef X
|
| } // end of namespace dummy3
|
|
|
|
|