Remove unnecessary default dtor. The base dtor is already virtual and the derived...
commitad0614f55c4a4059a928aa1e66e193322656d161
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 29 Sep 2015 00:12:50 +0000 (29 00:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 29 Sep 2015 00:12:50 +0000 (29 00:12 +0000)
tree6a5d55ff587f56ba258e2189ff6062fe3db77304
parent98c09fbe5fa20d24afcfe1eec4c8b9967c195200
Remove unnecessary default dtor. The base dtor is already virtual and the derived dtor adds nothing.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@248765 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/CodeGen/BlockGenerators.h