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

Unified Diff: src/compiler/register-allocator-verifier.h

Issue 2017733002: Turbofan: Rename UnallocatedOperand policies from '*DOUBLE*' to '*FP*'. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 7 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/compiler/register-allocator-verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/register-allocator-verifier.h
diff --git a/src/compiler/register-allocator-verifier.h b/src/compiler/register-allocator-verifier.h
index 06d9029a54f37c9f14ecef0ade8e4294b30165a5..c6d75e80204b6c83f8490a1b484bf1aed5d3a98d 100644
--- a/src/compiler/register-allocator-verifier.h
+++ b/src/compiler/register-allocator-verifier.h
@@ -175,13 +175,13 @@ class RegisterAllocatorVerifier final : public ZoneObject {
kImmediate,
kRegister,
kFixedRegister,
- kDoubleRegister,
- kFixedDoubleRegister,
+ kFPRegister,
+ kFixedFPRegister,
kSlot,
- kDoubleSlot,
+ kFPSlot,
kFixedSlot,
kNone,
- kNoneDouble,
+ kNoneFP,
kExplicit,
kSameAsFirst,
kRegisterAndSlot
« no previous file with comments | « src/compiler/register-allocator.cc ('k') | src/compiler/register-allocator-verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698