| Index: sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart b/sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart
|
| index 920aa454c779cd3f339662035c8ee97b7fa18d13..dc1ac267a2899a05985d991ddc320b6b491d3e65 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart
|
| @@ -212,8 +212,7 @@ class SsaLiveIntervalBuilder extends HBaseVisitor {
|
| void visitGraph(HGraph graph) {
|
| visitPostDominatorTree(graph);
|
| if (!liveInstructions[graph.entry].isEmpty) {
|
| - compiler.internalError('LiveIntervalBuilder',
|
| - node: compiler.currentElement.parseNode(compiler));
|
| + compiler.internalError(CURRENT_ELEMENT_SPANNABLE, 'LiveIntervalBuilder.');
|
| }
|
| }
|
|
|
|
|