mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 11:51:13 +00:00
Follow up of rL356555
Pacify buildbot that complained about a member function not marked with override. llvm-svn: 356557
This commit is contained in:
parent
612776ec7f
commit
24bd340cde
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user