Chromium Code Reviews| Index: src/IceTargetLoweringX8632.cpp |
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp |
| index af9ebc5a1dc79f02a42d83abc454ec12fb9ad874..f2fb5f10b31d049b6aa9ec1b72e615297801dc25 100644 |
| --- a/src/IceTargetLoweringX8632.cpp |
| +++ b/src/IceTargetLoweringX8632.cpp |
| @@ -200,7 +200,7 @@ void xMacroIntegrityCheck() { |
| _num |
| }; |
| // Define a set of constants based on high-level table entries. |
| -#define X(tag, size, align, elts, elty, str) \ |
| +#define X(tag, size, align, elts, elty, str, flags) \ |
|
jvoung (off chromium)
2014/07/22 18:40:18
"\" for continuation can go near 80 col mark for c
Karl
2014/07/23 20:22:20
Done.
|
| static const int _table1_##tag = tag; |
| ICETYPE_TABLE; |
| #undef X |
| @@ -213,7 +213,7 @@ void xMacroIntegrityCheck() { |
| #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) \ |
| +#define X(tag, size, align, elts, elty, str, flags) \ |
|
jvoung (off chromium)
2014/07/22 18:40:18
same
Karl
2014/07/23 20:22:20
Done.
|
| STATIC_ASSERT(_table1_##tag == _table2_##tag); |
| ICETYPE_TABLE; |
| #undef X |