Fix over-long line
TBR=bmeurer@chromium.org BUG= Review URL: https://codereview.chromium.org/560553006 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23933 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
72bf3ad950
commit
b2a8ad2c69
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user