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

Unified Diff: src/builtins/builtins.h

Issue 2728983002: [wasm] change reducer order in WASM pipeline to make build predictable again (Closed)
Patch Set: added todo Created 3 years, 10 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 | « no previous file | src/compiler/node-matchers.h » ('j') | src/compiler/node-matchers.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins.h
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
index e2568882916ab5069cbe749a7be22b451d8fb2f8..fa8a7e457c2e9b7f68f000ef7a50d9d4ed746966 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -886,7 +886,7 @@ class Builtins {
// Disassembler support.
const char* Lookup(byte* pc);
- enum Name {
+ enum Name : int32_t {
Tobias Tebbi 2017/03/02 10:28:38 drive-by fix to recover the change from https://c
Michael Starzinger 2017/03/02 16:38:35 Acknowledged.
#define DEF_ENUM(Name, ...) k##Name,
BUILTIN_LIST_ALL(DEF_ENUM)
#undef DEF_ENUM
« no previous file with comments | « no previous file | src/compiler/node-matchers.h » ('j') | src/compiler/node-matchers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698