| Index: src/compiler/js-graph.cc
|
| diff --git a/src/compiler/js-graph.cc b/src/compiler/js-graph.cc
|
| index 8626cd1821473a58283789368de722030a8ff06d..3442033928af0185024a5b6272905bf84dbd2c2e 100644
|
| --- a/src/compiler/js-graph.cc
|
| +++ b/src/compiler/js-graph.cc
|
| @@ -264,7 +264,8 @@ Node* JSGraph::ExternalConstant(Runtime::FunctionId function_id) {
|
| }
|
|
|
| Node* JSGraph::EmptyStateValues() {
|
| - return CACHED(kEmptyStateValues, graph()->NewNode(common()->StateValues(0)));
|
| + return CACHED(kEmptyStateValues,
|
| + graph()->NewNode(common()->StateValues(0, 0u)));
|
| }
|
|
|
| Node* JSGraph::Dead() {
|
|
|