Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: src/IceTargetLoweringX8632.cpp

Issue 395193005: Start processing function blocks in Subzero. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Run format-diff Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceInst.cpp ('k') | src/IceTranslator.h » ('j') | src/IceTypes.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTargetLoweringX8632.cpp
diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
index bfb7274e621b16744303c02d86793b5f3c2d1265..a6063c6f4f0c7bbf7bbd7caf3e38befaf6ca2901 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) \
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) \
STATIC_ASSERT(_table1_##tag == _table2_##tag);
ICETYPE_TABLE;
#undef X
« no previous file with comments | « src/IceInst.cpp ('k') | src/IceTranslator.h » ('j') | src/IceTypes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698