| Index: test/cctest/compiler/simplified-graph-builder.h
|
| diff --git a/test/cctest/compiler/simplified-graph-builder.h b/test/cctest/compiler/simplified-graph-builder.h
|
| index 82c568b59081276e2642ba48b7eb9c2e1c163b6e..ad062e622b8ac7be5ccd694c7e7f585ed39db1f8 100644
|
| --- a/test/cctest/compiler/simplified-graph-builder.h
|
| +++ b/test/cctest/compiler/simplified-graph-builder.h
|
| @@ -139,7 +139,7 @@ class SimplifiedGraphBuilder : public GraphBuilder {
|
|
|
| protected:
|
| virtual Node* MakeNode(const Operator* op, int value_input_count,
|
| - Node** value_inputs) FINAL;
|
| + Node** value_inputs, bool incomplete) FINAL;
|
|
|
| private:
|
| Node* effect_;
|
|
|