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

Unified Diff: runtime/vm/symbols.h

Issue 2789943002: Reland "VM: Handle null-comparisons in the flow graph type propagation" (Closed)
Patch Set: addressed comments Created 3 years, 9 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 | « runtime/vm/object_store.cc ('k') | tests/language/vm/integer_type_propagation2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 17094eda652faf830b58b8cc1c35d304ac104ed4..170999db1751c49741f4b2447d314ac0fda68742 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -226,6 +226,7 @@ class ObjectPointerVisitor;
V(ColonStream, ":stream") \
V(Object, "Object") \
V(Int, "int") \
+ V(Int64, "_int64") \
V(Double, "double") \
V(Float32x4, "Float32x4") \
V(Float64x2, "Float64x2") \
« no previous file with comments | « runtime/vm/object_store.cc ('k') | tests/language/vm/integer_type_propagation2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698