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

Unified Diff: src/register-configuration.h

Issue 1518573002: RegisterAllocator: Clean up before adding aliasing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 8 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/compiler/register-allocator.cc ('k') | src/register-configuration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/register-configuration.h
diff --git a/src/register-configuration.h b/src/register-configuration.h
index 8ad1d783049079a171b13eeefc675a2a4133df7b..c07106ee1a2233a14ad33146d1a7b854b02c440a 100644
--- a/src/register-configuration.h
+++ b/src/register-configuration.h
@@ -23,7 +23,7 @@ class RegisterConfiguration {
// Architecture independent maxes.
static const int kMaxGeneralRegisters = 32;
- static const int kMaxDoubleRegisters = 32;
+ static const int kMaxFPRegisters = 32;
static const RegisterConfiguration* ArchDefault(CompilerSelector compiler);
« no previous file with comments | « src/compiler/register-allocator.cc ('k') | src/register-configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698