Index: src/compiler/typer.h |
diff --git a/src/compiler/typer.h b/src/compiler/typer.h |
index 056318755e660dc18c8b7591b1847007d38dcdf1..ccd8c4d836c8aa6a536f13607e652480df8c2b67 100644 |
--- a/src/compiler/typer.h |
+++ b/src/compiler/typer.h |
@@ -19,6 +19,7 @@ class TypeCache; |
namespace compiler { |
+class LoopVariableOptimizer; |
class OperationTyper; |
class Typer { |
@@ -36,7 +37,8 @@ class Typer { |
void Run(); |
// TODO(bmeurer,jarin): Remove this once we have a notion of "roots" on Graph. |
- void Run(const ZoneVector<Node*>& roots); |
+ void Run(const ZoneVector<Node*>& roots, |
+ LoopVariableOptimizer* induction_vars); |
private: |
class Visitor; |