From: Andy Gibbs Date: Thu, 3 Dec 2015 08:20:20 +0000 (+0000) Subject: Fix class SCEVPredicate has virtual functions and accessible non-virtual destructor. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e95d304fd362e68e985c9624ce5503099f63a3ee;hp=e95d304fd362e68e985c9624ce5503099f63a3ee;p=oota-llvm.git Fix class SCEVPredicate has virtual functions and accessible non-virtual destructor. 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 ---