[Polly] Clang complains about missing virtual destructor

Summary: Feel free to reassign if needed.

Reviewers: mhalk, bollu, jdoerfert

Reviewed By: jdoerfert

Subscribers: jdoerfert, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64786

llvm-svn: 366697
This commit is contained in:
Guillaume Chatelet 2019-07-22 15:34:27 +00:00
parent 6e9dfc499d
commit d2b45f299e
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ public:
Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())),
M(Builder.GetInsertBlock()->getParent()->getParent()) {}
virtual ~ParallelLoopGenerator() {}
/// Create a parallel loop.
///
/// This function is the main function to automatically generate a parallel