Index: src/compiler/register-allocator.h |
diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h |
index a1599139ab9e551d44c044feec98657a6ba837b6..2089ea2fc1f9f1e831ddf54809e041722b518edf 100644 |
--- a/src/compiler/register-allocator.h |
+++ b/src/compiler/register-allocator.h |
@@ -965,7 +965,7 @@ class RegisterAllocator : public ZoneObject { |
// Find the optimal split for ranges defined by a memory operand, e.g. |
// constants or function parameters passed on the stack. |
- void SplitAndSpillRangesDefinedByMemoryOperand(bool operands_only); |
+ void SplitAndSpillRangesDefinedByMemoryOperand(); |
// Split the given range at the given position. |
// If range starts at or after the given position then the |