| 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..e8feffca6944d1649285019aa9387ab968f21606 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');
|
| }
|
| }
|
|
|
|
|