Index: src/compiler/scheduler.h |
diff --git a/src/compiler/scheduler.h b/src/compiler/scheduler.h |
index 25e93f96cbd35d18fb760028b11908f15eb202c7..3dcdac09b3a0be449c51a1d9216e796dd27f7415 100644 |
--- a/src/compiler/scheduler.h |
+++ b/src/compiler/scheduler.h |
@@ -69,8 +69,8 @@ class Scheduler { |
Placement GetPlacement(Node* node); |
void UpdatePlacement(Node* node, Placement placement); |
- void IncrementUnscheduledUseCount(Node* node, Node* from); |
- void DecrementUnscheduledUseCount(Node* node, Node* from); |
+ void IncrementUnscheduledUseCount(Node* node, int index, Node* from); |
+ void DecrementUnscheduledUseCount(Node* node, int index, Node* from); |
inline int GetRPONumber(BasicBlock* block); |
BasicBlock* GetCommonDominator(BasicBlock* b1, BasicBlock* b2); |