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

Unified Diff: lib/compiler/implementation/ssa/nodes.dart

Issue 10888003: Change how runtime type information is being set in the backend. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
Index: lib/compiler/implementation/ssa/nodes.dart
===================================================================
--- lib/compiler/implementation/ssa/nodes.dart (revision 11430)
+++ lib/compiler/implementation/ssa/nodes.dart (working copy)
@@ -2416,6 +2416,8 @@
HInstruction get typeInfoCall => inputs[1];
+ bool hasTypeInfo() => inputs.length == 2;
+
HType get guaranteedType => HType.BOOLEAN;
accept(HVisitor visitor) => visitor.visitIs(this);

Powered by Google App Engine
This is Rietveld 408576698