| Index: src/crankshaft/hydrogen-load-elimination.cc
|
| diff --git a/src/hydrogen-load-elimination.cc b/src/crankshaft/hydrogen-load-elimination.cc
|
| similarity index 98%
|
| rename from src/hydrogen-load-elimination.cc
|
| rename to src/crankshaft/hydrogen-load-elimination.cc
|
| index a4536fd750aa456ef70d8bd083dfdf8c04fb5353..da8d1864a6d753aeea4ba7789bebff0267b665df 100644
|
| --- a/src/hydrogen-load-elimination.cc
|
| +++ b/src/crankshaft/hydrogen-load-elimination.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/hydrogen-alias-analysis.h"
|
| -#include "src/hydrogen-flow-engine.h"
|
| -#include "src/hydrogen-instructions.h"
|
| -#include "src/hydrogen-load-elimination.h"
|
| +#include "src/crankshaft/hydrogen-load-elimination.h"
|
| +
|
| +#include "src/crankshaft/hydrogen-alias-analysis.h"
|
| +#include "src/crankshaft/hydrogen-flow-engine.h"
|
| +#include "src/crankshaft/hydrogen-instructions.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|