| Index: src/crankshaft/hydrogen-osr.cc
|
| diff --git a/src/hydrogen-osr.cc b/src/crankshaft/hydrogen-osr.cc
|
| similarity index 97%
|
| rename from src/hydrogen-osr.cc
|
| rename to src/crankshaft/hydrogen-osr.cc
|
| index 8a4780c3d771cd88d34b05036e84d5bdef6d6d0e..c98bbf627f958c936492f1b5b2c665d6ec458c41 100644
|
| --- a/src/hydrogen-osr.cc
|
| +++ b/src/crankshaft/hydrogen-osr.cc
|
| @@ -2,8 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/hydrogen.h"
|
| -#include "src/hydrogen-osr.h"
|
| +#include "src/crankshaft/hydrogen-osr.h"
|
| +
|
| +#include "src/crankshaft/hydrogen.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|