Fix diagnostic for missing virtual dtor

Introduced in D82673.
This commit is contained in:
JF Bastien 2020-06-30 21:32:05 -07:00
parent 9a5e3a4392
commit c7586444ca
1 changed files with 1 additions and 0 deletions

View File

@ -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();