forked from OSchip/llvm-project
[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
c9d747e9cd
commit
bbcbf21ae6
|
@ -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