| Index: src/IceCfgNode.h
|
| diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h
|
| index 4f3d7d099be60e65eaf4d06309e1d0012a515549..27ded475a2fafdf654ae99018a99c902c3a31e96 100644
|
| --- a/src/IceCfgNode.h
|
| +++ b/src/IceCfgNode.h
|
| @@ -96,9 +96,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);
|
|
|
|
|