Chromium Code Reviews| Index: src/IceCfgNode.h |
| diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h |
| index aa836c09b28a5a5f6f5c6d149691db83ad67f030..9cde8c179a10482499e2e4df14de775ba173320d 100644 |
| --- a/src/IceCfgNode.h |
| +++ b/src/IceCfgNode.h |
| @@ -82,6 +82,7 @@ public: |
| void contractIfEmpty(); |
| void doBranchOpt(const CfgNode *NextNode); |
| void emit(Cfg *Func) const; |
| + void emitIAS(Cfg *Func) const; |
| void dump(Cfg *Func) const; |
| private: |