| Index: pkg/compiler/lib/src/ssa/jump_handler.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/jump_handler.dart b/pkg/compiler/lib/src/ssa/jump_handler.dart
|
| index 91955fb8fff6ca55e48caa989aff1443406e364d..aa6f45a52a0edc82f9e09875dcad061d0c05ff4c 100644
|
| --- a/pkg/compiler/lib/src/ssa/jump_handler.dart
|
| +++ b/pkg/compiler/lib/src/ssa/jump_handler.dart
|
| @@ -184,8 +184,6 @@ abstract class SwitchCaseJumpHandler extends TargetJumpHandler {
|
| // [SsaFromAstMixin.buildComplexSwitchStatement] for detail.
|
|
|
| assert(label != null);
|
| - // TODO(het): change the graph 'addConstantXXX' to take a ConstantSystem
|
| - // instead of a Compiler.
|
| HInstruction value = builder.graph
|
| .addConstantInt(targetIndexMap[label.target], builder.closedWorld);
|
| builder.localsHandler.updateLocal(target, value);
|
|
|