Index: src/crankshaft/arm64/lithium-gap-resolver-arm64.h |
diff --git a/src/crankshaft/arm64/lithium-gap-resolver-arm64.h b/src/crankshaft/arm64/lithium-gap-resolver-arm64.h |
index acac4e19ffd069f9d5801e62601e5f10647ebdf3..284a18d5066c20cca9a6f610a6a678a1759ccc63 100644 |
--- a/src/crankshaft/arm64/lithium-gap-resolver-arm64.h |
+++ b/src/crankshaft/arm64/lithium-gap-resolver-arm64.h |
@@ -74,7 +74,7 @@ class LGapResolver BASE_EMBEDDED { |
// These two methods switch from one mode to the other. |
void AcquireSavedValueRegister() { masm_.AcquireScratchRegister(); } |
void ReleaseSavedValueRegister() { masm_.ReleaseScratchRegister(); } |
- const FPRegister& SavedFPValueRegister() { |
+ const VRegister& SavedFPValueRegister() { |
// We use the Crankshaft floating-point scratch register to break a cycle |
// involving double values as the MacroAssembler will not need it for the |
// operations performed by the gap resolver. |