| Index: src/IceInstX86Base.h
|
| diff --git a/src/IceInstX86Base.h b/src/IceInstX86Base.h
|
| index 7275e44995924f993966728148c620dc3594e90c..a4830eff673f5b2255e65af9a3d27d89e4eb172f 100644
|
| --- a/src/IceInstX86Base.h
|
| +++ b/src/IceInstX86Base.h
|
| @@ -349,7 +349,7 @@ public:
|
| bool isUnconditionalBranch() const override {
|
| return !Label && Condition == InstX86Base<Machine>::Traits::Cond::Br_None;
|
| }
|
| - bool repointEdge(CfgNode *OldNode, CfgNode *NewNode) override;
|
| + bool repointEdges(CfgNode *OldNode, CfgNode *NewNode) override;
|
| void emit(const Cfg *Func) const override;
|
| void emitIAS(const Cfg *Func) const override;
|
| void dump(const Cfg *Func) const override;
|
|
|