Commit 4d337014 authored by Benedikt Meurer's avatar Benedikt Meurer

[turbofan] Make js-typed-lowering.h self contained.

TBR=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/1091723002

Cr-Commit-Position: refs/heads/master@{#27861}
parent df31577e
...@@ -6,10 +6,16 @@ ...@@ -6,10 +6,16 @@
#define V8_COMPILER_JS_TYPED_LOWERING_H_ #define V8_COMPILER_JS_TYPED_LOWERING_H_
#include "src/compiler/graph-reducer.h" #include "src/compiler/graph-reducer.h"
#include "src/compiler/opcodes.h"
#include "src/compiler/simplified-operator.h" #include "src/compiler/simplified-operator.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
// Forward declarations.
class Factory;
namespace compiler { namespace compiler {
// Forward declarations. // Forward declarations.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment