forked from OSchip/llvm-project
Fix diagnostic for missing virtual dtor
Introduced in D82673.
This commit is contained in:
parent
9a5e3a4392
commit
c7586444ca
|
@ -282,6 +282,7 @@ public:
|
|||
LiveIntervals *LIS)
|
||||
: Schedule(S), MF(MF), ST(MF.getSubtarget()), MRI(MF.getRegInfo()),
|
||||
TII(ST.getInstrInfo()), LIS(LIS) {}
|
||||
virtual ~PeelingModuloScheduleExpander() {}
|
||||
|
||||
virtual void expand();
|
||||
|
||||
|
|
Loading…
Reference in New Issue