Index: src/compiler/control-reducer.h |
diff --git a/src/compiler/control-reducer.h b/src/compiler/control-reducer.h |
index e25bb8820291bd8d784c1d415953d71412d8aa31..ee5a09773579d4f59cc345157dd9b101277c43a3 100644 |
--- a/src/compiler/control-reducer.h |
+++ b/src/compiler/control-reducer.h |
@@ -25,7 +25,7 @@ class ControlReducer { |
// Testing interface. |
static Node* ReducePhiForTesting(JSGraph* graph, |
CommonOperatorBuilder* builder, Node* node); |
- static Node* ReduceBranchForTesting(JSGraph* graph, |
+ static Node* ReduceIfNodeForTesting(JSGraph* graph, |
CommonOperatorBuilder* builder, |
Node* node); |
static Node* ReduceMergeForTesting(JSGraph* graph, |