| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 6088a0a3a063ccaca31d1edd2fd8bd0ee29c5a95..584344485ed3468528277d273a1757e663224392 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -33,6 +33,8 @@ class NodeProperties {
|
| static inline void ReplaceEffectInput(Node* node, Node* effect,
|
| int index = 0);
|
| static inline void RemoveNonValueInputs(Node* node);
|
| + static inline void ReplaceWithValue(Node* node, Node* value,
|
| + Node* effect = NULL);
|
|
|
| static inline Bounds GetBounds(Node* node);
|
| static inline void SetBounds(Node* node, Bounds bounds);
|
|
|