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

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

Issue 10968008: Fix checked mode failure when tracing SSA graph (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/ssa/tracer.dart
diff --git a/lib/compiler/implementation/ssa/tracer.dart b/lib/compiler/implementation/ssa/tracer.dart
index 808a125ceb41e535bf3db17f15b84d72ae0a810f..ab30bd2cb18d4feff7d0b710051a6ea9f1ecb70d 100644
--- a/lib/compiler/implementation/ssa/tracer.dart
+++ b/lib/compiler/implementation/ssa/tracer.dart
@@ -394,7 +394,7 @@ class HInstructionStringifier implements HVisitor<String> {
return "p${node.sourceElement.name.slowToString()}";
}
- String visitLocalValue(HParameterValue node) {
+ String visitLocalValue(HLocalValue node) {
return "l${node.sourceElement.name.slowToString()}";
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698