| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 025be7857ce658bf9493923c5e85f574dd7a2b4b..13f31d11598330e80b980036dd39d2e52628fb10 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -32,6 +32,7 @@ class NodeProperties {
|
|
|
| static inline bool IsControl(Node* node);
|
|
|
| + static inline void ReplaceContextInput(Node* node, Node* context);
|
| static inline void ReplaceControlInput(Node* node, Node* control);
|
| static inline void ReplaceEffectInput(Node* node, Node* effect,
|
| int index = 0);
|
|
|