X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FIR%2FOperator.h;h=8c3afdd86aed362671a6c65760d9c6ecb73cc52d;hb=c16fc548515f2fd01bc2cbe4befd822a636cc154;hp=ae914a14a2cf45038820546dafb5546468a8a797;hpb=2c64a1129f14d6322631e1c6d610b92c4c4871d0;p=oota-llvm.git diff --git a/include/llvm/IR/Operator.h b/include/llvm/IR/Operator.h index ae914a14a2c..8c3afdd86ae 100644 --- a/include/llvm/IR/Operator.h +++ b/include/llvm/IR/Operator.h @@ -42,7 +42,7 @@ protected: // NOTE: Cannot use = delete because it's not legal to delete // an overridden method that's not deleted in the base class. Cannot leave // this unimplemented because that leads to an ODR-violation. - ~Operator(); + ~Operator() override; public: /// Return the opcode for this Instruction or ConstantExpr.