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

Unified Diff: pkg/compiler/lib/src/ssa/nodes.dart

Issue 2285373003: Fix for issue 27199 (Closed)
Patch Set: Created 4 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
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder.dart ('k') | tests/compiler/dart2js_extra/27199_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/nodes.dart
diff --git a/pkg/compiler/lib/src/ssa/nodes.dart b/pkg/compiler/lib/src/ssa/nodes.dart
index 929cb7751ad05f1bbb47dc5720e1a3a9339d8eee..b7da02f0aa2ffa176981c96e46b40332bf19a3b2 100644
--- a/pkg/compiler/lib/src/ssa/nodes.dart
+++ b/pkg/compiler/lib/src/ssa/nodes.dart
@@ -3239,6 +3239,8 @@ class HTypeInfoReadVariable extends HInstruction {
bool dataEquals(HTypeInfoReadVariable other) {
return variable.element == other.variable.element;
}
+
+ String toString() => 'HTypeInfoReadVariable($variable)';
}
enum TypeInfoExpressionKind { COMPLETE, INSTANCE }
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder.dart ('k') | tests/compiler/dart2js_extra/27199_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698