Follow up of rL356555

Pacify buildbot that complained about a member function not marked with
override.

llvm-svn: 356557
This commit is contained in:
Sjoerd Meijer 2019-03-20 14:33:39 +00:00
parent 612776ec7f
commit 24bd340cde

View File

@ -1272,7 +1272,7 @@ public:
const User *U = nullptr) override {
return Impl.getIntrinsicCost(IID, RetTy, Arguments, U);
}
int getMemcpyCost(const Instruction *I) {
int getMemcpyCost(const Instruction *I) override {
return Impl.getMemcpyCost(I);
}
int getUserCost(const User *U, ArrayRef<const Value *> Operands) override {