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

Unified Diff: runtime/vm/object.h

Issue 2794583002: Revert "Reland "VM: Handle null-comparisons in the flow graph type propagation"" (Closed)
Patch Set: 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/intrinsifier.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 6c5510bf52eea948bac00c77a5453fd4280f807f..0314d770120306de871a98e63cb2b55bb1f069fe 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -5812,9 +5812,6 @@ class AbstractType : public Instance {
// Check if this type represents the 'int' type.
bool IsIntType() const;
- // Check if this type represents the '_int64' type.
- bool IsInt64Type() const;
-
// Check if this type represents the 'double' type.
bool IsDoubleType() const;
@@ -5969,9 +5966,6 @@ class Type : public AbstractType {
// The 'int' type.
static RawType* IntType();
- // The '_int64' type.
- static RawType* Int64Type();
-
// The 'Smi' type.
static RawType* SmiType();
« no previous file with comments | « runtime/vm/intrinsifier.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698