| Index: src/hydrogen-gvn.h
|
| diff --git a/src/hydrogen-gvn.h b/src/hydrogen-gvn.h
|
| index 71a7a2f85670483ff7bec1bba48cbcadcf1b5598..aac4e0e4d30ee7ab2f51d40c90e3b6a2e0656b3d 100644
|
| --- a/src/hydrogen-gvn.h
|
| +++ b/src/hydrogen-gvn.h
|
| @@ -8,12 +8,13 @@
|
| #include "src/compiler.h"
|
| #include "src/hydrogen.h"
|
| #include "src/hydrogen-instructions.h"
|
| -#include "src/ostreams.h"
|
| #include "src/zone.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|
| +class OStream;
|
| +
|
| // This class extends GVNFlagSet with additional "special" dynamic side effects,
|
| // which can be used to represent side effects that cannot be expressed using
|
| // the GVNFlags of an HInstruction. These special side effects are tracked by a
|
|
|