Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 76867c8a3fad5796f7a6ee11914b80bdcc63e7d8..acfa855ef793cbb2fe6b77a85eb0cd2308d34ec5 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2618,8 +2618,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); |
}; |