Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index a8ca620d3fa45bdd09d7006dc8902a98244c3f11..b729c2105e72b8e5a7132fe2450a991723b27c03 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -2594,8 +2594,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); |
}; |