| Index: src/crankshaft/lithium-allocator.cc
|
| diff --git a/src/lithium-allocator.cc b/src/crankshaft/lithium-allocator.cc
|
| similarity index 99%
|
| rename from src/lithium-allocator.cc
|
| rename to src/crankshaft/lithium-allocator.cc
|
| index 7e34daab411dba2f93ff19e838c511fca1b83236..6c05b57fd8c21f3850c7a5e98411645bfe40da96 100644
|
| --- a/src/lithium-allocator.cc
|
| +++ b/src/crankshaft/lithium-allocator.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/lithium-allocator.h"
|
| +#include "src/crankshaft/lithium-allocator.h"
|
|
|
| -#include "src/hydrogen.h"
|
| -#include "src/lithium-inl.h"
|
| -#include "src/lithium-allocator-inl.h"
|
| +#include "src/crankshaft/hydrogen.h"
|
| +#include "src/crankshaft/lithium-inl.h"
|
| +#include "src/crankshaft/lithium-allocator-inl.h"
|
| #include "src/register-configuration.h"
|
| #include "src/string-stream.h"
|
|
|
|
|