Index: src/compiler/typer.h |
diff --git a/src/compiler/typer.h b/src/compiler/typer.h |
index 4c04ddb973b3404b85a2522fc9c75003041d0b10..66c493357e27a5122237bb44dcf218190caa652a 100644 |
--- a/src/compiler/typer.h |
+++ b/src/compiler/typer.h |
@@ -22,6 +22,8 @@ class Typer { |
~Typer(); |
void Run(); |
+ // TODO(bmeurer,jarin): Remove this once we have a notion of "roots" on Graph. |
+ void Run(const ZoneVector<Node*>& roots); |
Graph* graph() { return graph_; } |
MaybeHandle<Context> context() { return context_; } |