| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 2f3acc1bcad95aaea3ede0283c90a573bbeaacce..8e35be96df6136b4ba971eee8a2f47a83403445d 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef V8_COMPILER_BYTECODE_GRAPH_BUILDER_H_
|
| #define V8_COMPILER_BYTECODE_GRAPH_BUILDER_H_
|
|
|
| -#include "src/compiler.h"
|
| #include "src/compiler/bytecode-branch-analysis.h"
|
| #include "src/compiler/bytecode-loop-analysis.h"
|
| #include "src/compiler/js-graph.h"
|
| @@ -16,6 +15,9 @@
|
|
|
| namespace v8 {
|
| namespace internal {
|
| +
|
| +class CompilationInfo;
|
| +
|
| namespace compiler {
|
|
|
| // The BytecodeGraphBuilder produces a high-level IR graph based on
|
|
|