| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index e3aec3eb899121af43dee9909107340ee68c7bf8..f7a929e8011dba0d089e42ba215e1bc4cc3e8d7e 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -39,6 +39,7 @@ class NodeProperties {
|
| static inline void ReplaceWithValue(Node* node, Node* value,
|
| Node* effect = NULL);
|
|
|
| + static inline bool IsTyped(Node* node);
|
| static inline Bounds GetBounds(Node* node);
|
| static inline void SetBounds(Node* node, Bounds bounds);
|
|
|
|
|