Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 0ccbeb8fc80889f0394ff5e69a472507b475d151..e0c44581cfec700a2d81b2dde5202c1823c2c9be 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2542,8 +2542,8 @@ class LPlatformChunk V8_FINAL : public LChunk { |
LPlatformChunk(CompilationInfo* info, HGraph* graph) |
: LChunk(info, graph) { } |
- int GetNextSpillIndex(bool is_double); |
- LOperand* GetNextSpillSlot(bool is_double); |
+ int GetNextSpillIndex(RegisterKind kind); |
+ LOperand* GetNextSpillSlot(RegisterKind kind); |
}; |