Chromium Code Reviews| Index: src/compiler/js-generic-lowering.cc |
| diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc |
| index d2e94ce906ef0df32f8ae2513e164792d258bc33..219134ca1406816efc406799c4bfa0db3eed7c43 100644 |
| --- a/src/compiler/js-generic-lowering.cc |
| +++ b/src/compiler/js-generic-lowering.cc |
| @@ -2,10 +2,11 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include "src/compiler/js-generic-lowering.h" |
|
Michael Starzinger
2016/09/06 08:05:38
nit: Can we add an empty newline after the first i
marja
2016/09/06 08:24:07
Done.
|
| +#include "src/ast/ast.h" |
| #include "src/code-factory.h" |
| #include "src/code-stubs.h" |
| #include "src/compiler/common-operator.h" |
| -#include "src/compiler/js-generic-lowering.h" |
| #include "src/compiler/js-graph.h" |
| #include "src/compiler/machine-operator.h" |
| #include "src/compiler/node-matchers.h" |