Chromium Code Reviews| Index: src/IceCfg.h |
| diff --git a/src/IceCfg.h b/src/IceCfg.h |
| index cf572c14f0824ee7bbee679606c15e675d6a6f1e..d4c9e79d6dd93aaa1803bec2e836b5714ea11754 100644 |
| --- a/src/IceCfg.h |
| +++ b/src/IceCfg.h |
| @@ -90,6 +90,8 @@ public: |
| CfgNode *makeNode(); |
| SizeT getNumNodes() const { return Nodes.size(); } |
| const NodeList &getNodes() const { return Nodes; } |
| + // Replace nodes of cfg with given list of nodes. |
|
Jim Stichnoth
2015/08/06 17:24:33
Should this be a "///" comment for doxygen?
Karl
2015/08/06 18:55:52
Done. Also renamed to swapNodes to better match fu
|
| + void replaceNodes(const NodeList &NewNodes); |
| /// @} |
| typedef int32_t IdentifierIndexType; |