| Index: test/cctest/compiler/simplified-graph-builder.cc
|
| diff --git a/test/cctest/compiler/simplified-graph-builder.cc b/test/cctest/compiler/simplified-graph-builder.cc
|
| index e65ba2e0df48f60bbae08d62979274354efc7b75..6afdc0a21181c6d9bc9f7d5935455d0a93a16d10 100644
|
| --- a/test/cctest/compiler/simplified-graph-builder.cc
|
| +++ b/test/cctest/compiler/simplified-graph-builder.cc
|
| @@ -48,7 +48,7 @@ Node* SimplifiedGraphBuilder::MakeNode(const Operator* op,
|
| DCHECK(op->ValueInputCount() == value_input_count);
|
|
|
| DCHECK(!OperatorProperties::HasContextInput(op));
|
| - DCHECK(!OperatorProperties::HasFrameStateInput(op));
|
| + DCHECK_EQ(0, OperatorProperties::GetFrameStateInputCount(op));
|
| bool has_control = op->ControlInputCount() == 1;
|
| bool has_effect = op->EffectInputCount() == 1;
|
|
|
|
|