Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 5a07d101d0c1d793a80f22c897c3362c6129cdd4..1c83fc2cb0e6d41ae6bd5a1daa55f7b663fbd336 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -129,7 +129,7 @@ class Typer::RunVisitor : public Typer::Visitor { |
int arity = OperatorProperties::GetValueInputCount(node->op()); |
for (int i = 0; i < arity; ++i) { |
// TODO(rossberg): change once IsTyped is available. |
- // if (!NodeProperties::IsTyped(NodeProperties::GetValueInput(node, i))) { |
+ // if (!NodeProperties::IsTyped(NodeProperties::GetValueInput(node, i))) |
if (OperandType(node, i).upper->Is(Type::None())) { |
redo.insert(node); |
break; |