[polly] Fix compiler warning. NFC.
authorMichael Kruse <llvm-project@meinersbur.de>
Mon, 9 May 2022 18:59:49 +0000 (13:59 -0500)
committerMichael Kruse <llvm-project@meinersbur.de>
Mon, 9 May 2022 19:04:40 +0000 (14:04 -0500)
commit588ffdaf376a191ddcf106c29462f156fa8bdce5
tree6546f23124eaf97e93d18f624880882428e33113
parent6b3b87376bfe86306c5032fc68ae53d6a524520e
[polly] Fix compiler warning. NFC.

Fix the warning

   warning: 'polly::ScopViewer' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]

and for several other classes by inserting virtual destructors.
llvm/include/llvm/Analysis/DOTGraphTraitsPass.h