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

Unified Diff: src/compiler/opcodes.h

Issue 2488623002: [turbofan] Introduce TypedObjectState common operator. (Closed)
Patch Set: Make MSVC happy. Created 4 years, 1 month 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
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 8c9a11aa962bd6cb028b3796da4565fbd5e4bec8..967bfb9d01c3e4e469f9e6b3eb23fa8fe721381b 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -57,6 +57,7 @@
V(StateValues) \
V(TypedStateValues) \
V(ObjectState) \
+ V(TypedObjectState) \
V(Call) \
V(Parameter) \
V(OsrValue) \

Powered by Google App Engine
This is Rietveld 408576698