Index: src/compiler/greedy-allocator.h |
diff --git a/src/compiler/greedy-allocator.h b/src/compiler/greedy-allocator.h |
index 514c88d3b29eb9ae5bbb26069fdccbdc4c49d88b..186779b052ae52c6c479366b0474f1a131dca5f1 100644 |
--- a/src/compiler/greedy-allocator.h |
+++ b/src/compiler/greedy-allocator.h |
@@ -148,8 +148,8 @@ class GreedyAllocator final : public RegisterAllocator { |
// Returns kInvalidWeight if there are no conflicts, or the largest weight of |
// a range conflicting with the given range, at the given register. |
- float GetMaximumConflictingWeight(unsigned reg_id, |
- const LiveRange* range) const; |
+ float GetMaximumConflictingWeight(unsigned reg_id, const LiveRange* range, |
+ float competing_weight) const; |
// Returns kInvalidWeight if there are no conflicts, or the largest weight of |
// a range conflicting with the given range, at the given register. |