| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index fe3a2a20d2fad882032c9f4974ef049eaf50580f..6b7f5b6c44e8634a68ed4f130c8a973973397ee8 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -618,11 +618,7 @@ public:
|
| bool isUnconditionalBranch() const override {
|
| return Predicate == CondMIPS32::AL;
|
| }
|
| - bool repointEdges(CfgNode *OldNode, CfgNode *NewNode) override {
|
| - (void)OldNode;
|
| - (void)NewNode;
|
| - return true;
|
| - };
|
| + bool repointEdges(CfgNode *OldNode, CfgNode *NewNode) override;
|
| void emit(const Cfg *Func) const override;
|
| void emitIAS(const Cfg *Func) const override { (void)Func; };
|
| void dump(const Cfg *Func) const override;
|
|
|