| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index d608a1cff4d124556070e23781554bcf6660803f..e4265985345c8756eab64d48bdf54f45ba2b7e63 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -42,7 +42,6 @@ public:
|
| protected:
|
| InstMIPS32(Cfg *Func, InstKindMIPS32 Kind, SizeT Maxsrcs, Variable *Dest)
|
| : InstTarget(Func, static_cast<InstKind>(Kind), Maxsrcs, Dest) {}
|
| - ~InstMIPS32() override {}
|
| static bool isClassof(const Inst *Inst, InstKindMIPS32 MyKind) {
|
| return Inst->getKind() == static_cast<InstKind>(MyKind);
|
| }
|
| @@ -74,7 +73,6 @@ public:
|
|
|
| private:
|
| InstMIPS32Ret(Cfg *Func, Variable *RA, Variable *Source);
|
| - ~InstMIPS32Ret() override {}
|
| };
|
|
|
| } // end of namespace Ice
|
|
|