Chromium Code Reviews| Index: src/x64/register-allocator-x64.cc |
| =================================================================== |
| --- src/x64/register-allocator-x64.cc (revision 4656) |
| +++ src/x64/register-allocator-x64.cc (working copy) |
| @@ -27,6 +27,8 @@ |
| #include "v8.h" |
| +#if defined(V8_TARGET_ARCH_X64) |
| + |
| #include "codegen-inl.h" |
| #include "register-allocator-inl.h" |
| #include "virtual-frame-inl.h" |
| @@ -85,3 +87,5 @@ |
| } } // namespace v8::internal |
| + |
| +#endif // V8_TARGET_ARCH_X64 |