mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[VPlan] Add destructor to VPReductionRecipe to unbreak build.
Attempt to unbreak https://lab.llvm.org/buildbot/#/builders/67/builds/3363/steps/6/logs/stdio
This commit is contained in:
parent
fc0855a822
commit
d1df2cf22b
@ -1144,6 +1144,8 @@ public:
|
||||
addOperand(&Start);
|
||||
}
|
||||
|
||||
~VPReductionPHIRecipe() override = default;
|
||||
|
||||
/// Method to support type inquiry through isa, cast, and dyn_cast.
|
||||
static inline bool classof(const VPRecipeBase *R) {
|
||||
return R->getVPDefID() == VPRecipeBase::VPReductionPHISC;
|
||||
|
Loading…
Reference in New Issue
Block a user