Chromium Code Reviews| Index: src/mips/register-allocator-mips.cc |
| =================================================================== |
| --- src/mips/register-allocator-mips.cc (revision 4656) |
| +++ src/mips/register-allocator-mips.cc (working copy) |
| @@ -27,6 +27,8 @@ |
| #include "v8.h" |
| +#if defined(V8_TARGET_ARCH_MIPS) |
| + |
| #include "codegen-inl.h" |
| #include "register-allocator-inl.h" |
| @@ -58,3 +60,4 @@ |
| } } // namespace v8::internal |
| +#endif // V8_TARGET_ARCH_MIPS |