Index: src/compiler/pipeline.h |
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h |
index 950259e9c0aa43fc137b0ed7ad0bd128ff8eeb1d..42b1954691665f5807362ae8ba21d6cad7422958 100644 |
--- a/src/compiler/pipeline.h |
+++ b/src/compiler/pipeline.h |
@@ -65,6 +65,8 @@ class Pipeline { |
void Run(); |
template <typename Phase, typename Arg0> |
void Run(Arg0 arg_0); |
+ template <typename Phase, typename Arg0, typename Arg1> |
+ void Run(Arg0 arg_0, Arg1 arg_1); |
CompilationInfo* info() const { return info_; } |
Isolate* isolate() { return info_->isolate(); } |