Skip to content

Commit c758644

Browse files
committed
Fix diagnostic for missing virtual dtor
Introduced in D82673.
1 parent 9a5e3a4 commit c758644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/CodeGen/ModuloSchedule.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ class PeelingModuloScheduleExpander {
282282
LiveIntervals *LIS)
283283
: Schedule(S), MF(MF), ST(MF.getSubtarget()), MRI(MF.getRegInfo()),
284284
TII(ST.getInstrInfo()), LIS(LIS) {}
285+
virtual ~PeelingModuloScheduleExpander() {}
285286

286287
virtual void expand();
287288

0 commit comments

Comments
 (0)