Index: src/compiler/loop-peeling.h |
diff --git a/src/compiler/loop-peeling.h b/src/compiler/loop-peeling.h |
index ea963b0f9c8ed30c11c6365e6d9417910ac673ef..3ee20743bd227e6978fde537cd15e5fcc33a842d 100644 |
--- a/src/compiler/loop-peeling.h |
+++ b/src/compiler/loop-peeling.h |
@@ -33,6 +33,7 @@ class LoopPeeler { |
static PeeledIteration* Peel(Graph* graph, CommonOperatorBuilder* common, |
LoopTree* loop_tree, LoopTree::Loop* loop, |
Zone* tmp_zone); |
+ static void EliminateLoopExits(Graph* graph, Zone* temp_zone); |
}; |