Index: src/IceTargetLoweringX8664.cpp |
diff --git a/src/IceTargetLoweringX8664.cpp b/src/IceTargetLoweringX8664.cpp |
index 9e6bf7488f84cd121a9ed945337458057a9a935a..c5f8c4dfe6bef120a668394e7642e24b3ee6e4dd 100644 |
--- a/src/IceTargetLoweringX8664.cpp |
+++ b/src/IceTargetLoweringX8664.cpp |
@@ -775,7 +775,7 @@ enum _tmp_enum { |
_num |
}; |
// Define a set of constants based on high-level table entries. |
-#define X(tag, str) static const int _table1_##tag = InstIcmp::tag; |
+#define X(tag, inverse, str) static const int _table1_##tag = InstIcmp::tag; |
ICEINSTICMP_TABLE |
#undef X |
// Define a set of constants based on low-level table entries, and ensure the |
@@ -789,7 +789,7 @@ ICMPX8664_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, str) \ |
+#define X(tag, inverse, str) \ |
static_assert( \ |
_table1_##tag == _table2_##tag, \ |
"Inconsistency between ICMPX8664_TABLE and ICEINSTICMP_TABLE"); |