| Index: lib/compiler/implementation/ssa/nodes.dart
|
| diff --git a/lib/compiler/implementation/ssa/nodes.dart b/lib/compiler/implementation/ssa/nodes.dart
|
| index af2d006a4e2c534a871ce234989b0a3f0411be8e..6a5534f0718eb25012f8736001e07f78d214305c 100644
|
| --- a/lib/compiler/implementation/ssa/nodes.dart
|
| +++ b/lib/compiler/implementation/ssa/nodes.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of ssa;
|
| +
|
| abstract class HVisitor<R> {
|
| R visitAdd(HAdd node);
|
| R visitBailoutTarget(HBailoutTarget node);
|
|
|