Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: src/mips/register-allocator-mips.h

Issue 6759025: Version 3.2.6 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/mips/regexp-macro-assembler-mips.cc ('k') | src/mips/register-allocator-mips-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips/register-allocator-mips.h
diff --git a/src/mips/register-allocator-mips.h b/src/mips/register-allocator-mips.h
index e056fb8074e02da5bb1bf34864f47559bb5088c8..c4489231783db9184471ddc608d9177fe00b83ef 100644
--- a/src/mips/register-allocator-mips.h
+++ b/src/mips/register-allocator-mips.h
@@ -35,8 +35,9 @@ namespace internal {
class RegisterAllocatorConstants : public AllStatic {
public:
- static const int kNumRegisters = assembler::mips::kNumRegisters;
- static const int kInvalidRegister = assembler::mips::kInvalidRegister;
+ // No registers are currently managed by the register allocator on MIPS.
+ static const int kNumRegisters = 0;
+ static const int kInvalidRegister = -1;
};
« no previous file with comments | « src/mips/regexp-macro-assembler-mips.cc ('k') | src/mips/register-allocator-mips-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698