| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| index 392350c008b18f2bc2ca4a6268ffca7622c094c9..3916ed9bfb72ca483fc8a0b2883d07e5caf63cc3 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -278,9 +278,6 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| return jsNode;
|
| }
|
|
|
| - beginGraph(HGraph graph);
|
| - endGraph(HGraph graph);
|
| -
|
| void preGenerateMethod(HGraph graph) {
|
| new SsaInstructionMerger(generateAtUseSite, compiler).visitGraph(graph);
|
| new SsaConditionMerger(
|
|
|