| 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()}";
|
| }
|
|
|
|
|