| Index: src/crankshaft/ia32/lithium-ia32.cc
 | 
| diff --git a/src/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc
 | 
| similarity index 99%
 | 
| rename from src/ia32/lithium-ia32.cc
 | 
| rename to src/crankshaft/ia32/lithium-ia32.cc
 | 
| index 262e16bcbd8c5230ce5f8bcc7d5c3af3df379fde..ba30f030e58658bbc1cab6c7e42a39526e0b91af 100644
 | 
| --- a/src/ia32/lithium-ia32.cc
 | 
| +++ b/src/crankshaft/ia32/lithium-ia32.cc
 | 
| @@ -2,15 +2,15 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "src/ia32/lithium-ia32.h"
 | 
| +#include "src/crankshaft/ia32/lithium-ia32.h"
 | 
|  
 | 
|  #include <sstream>
 | 
|  
 | 
|  #if V8_TARGET_ARCH_IA32
 | 
|  
 | 
| -#include "src/hydrogen-osr.h"
 | 
| -#include "src/ia32/lithium-codegen-ia32.h"
 | 
| -#include "src/lithium-inl.h"
 | 
| +#include "src/crankshaft/hydrogen-osr.h"
 | 
| +#include "src/crankshaft/ia32/lithium-codegen-ia32.h"
 | 
| +#include "src/crankshaft/lithium-inl.h"
 | 
|  
 | 
|  namespace v8 {
 | 
|  namespace internal {
 | 
| 
 |