| Index: src/compiler/js-graph.h
|
| diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h
|
| index c421350c05f66333d90f1417f5376fcd17487083..e772da8c30f8873552332c64907e52413cef1b40 100644
|
| --- a/src/compiler/js-graph.h
|
| +++ b/src/compiler/js-graph.h
|
| @@ -45,6 +45,7 @@ class JSGraph : public ZoneObject {
|
| Node* EmptyFixedArrayConstant();
|
| Node* HeapNumberMapConstant();
|
| Node* OptimizedOutConstant();
|
| + Node* StaleRegisterConstant();
|
| Node* UndefinedConstant();
|
| Node* TheHoleConstant();
|
| Node* TrueConstant();
|
| @@ -148,6 +149,7 @@ class JSGraph : public ZoneObject {
|
| kEmptyFixedArrayConstant,
|
| kHeapNumberMapConstant,
|
| kOptimizedOutConstant,
|
| + kStaleRegisterConstant,
|
| kUndefinedConstant,
|
| kTheHoleConstant,
|
| kTrueConstant,
|
|
|