| Index: src/IceCfgNode.h
|
| diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h
|
| index 3afc446d2bc9dbaaed7f1dccad45e9f319fabc4b..d78577db03739a6442b3ff36546d2b054031fc29 100644
|
| --- a/src/IceCfgNode.h
|
| +++ b/src/IceCfgNode.h
|
| @@ -87,9 +87,9 @@ public:
|
| InstNumberT LastInstNum);
|
| void contractIfEmpty();
|
| void doBranchOpt(const CfgNode *NextNode);
|
| - void emit(Cfg *Func) const;
|
| - void emitIAS(Cfg *Func) const;
|
| - void dump(Cfg *Func) const;
|
| + void emit() const;
|
| + void emitIAS() const;
|
| + void dump() const;
|
|
|
| void profileExecutionCount(VariableDeclaration *Var);
|
|
|
|
|