Chromium Code Reviews| Index: src/IceCfgNode.h |
| diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h |
| index e4fe2f9acdff15e93deb0b4ce947fde16b49670b..473c47e7c9514de4ebe2bd2d90c157732e3ba2ab 100644 |
| --- a/src/IceCfgNode.h |
| +++ b/src/IceCfgNode.h |
| @@ -91,6 +91,8 @@ public: |
| void emitIAS(Cfg *Func) const; |
| void dump(Cfg *Func) const; |
| + void profileExecutionCount(VariableDeclaration *Var); |
| + |
| private: |
| CfgNode(Cfg *Func, SizeT LabelIndex); |
| Cfg *const Func; |