Fix class SCEVPredicate has virtual functions and accessible non-virtual destructor.
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Thu, 3 Dec 2015 08:20:20 +0000 (08:20 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Thu, 3 Dec 2015 08:20:20 +0000 (08:20 +0000)
It is not enough to simply make the destructor virtual since there is a g++ 4.7
issue (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53613) that throws the
error "looser throw specifier for ... overridding ~SCEVPredicate() noexcept".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254592 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found