diff options
author | Andy Gibbs <andyg1001@hotmail.co.uk> | 2015-12-17 16:43:53 +0000 |
---|---|---|
committer | Andy Gibbs <andyg1001@hotmail.co.uk> | 2015-12-17 16:43:53 +0000 |
commit | 33a0eb740e59d5498c835fd8d41f78ef7359e4a8 (patch) | |
tree | 57e91693ee8377a011b37ec65364f415e67b3986 /llvm/lib/Analysis/ScalarEvolution.cpp | |
parent | 2e9207150a6ed1f02796cb1c4e5164138fe80e39 (diff) | |
download | bcm5719-llvm-33a0eb740e59d5498c835fd8d41f78ef7359e4a8.tar.gz bcm5719-llvm-33a0eb740e59d5498c835fd8d41f78ef7359e4a8.zip |
Revert r254592 (virtual dtor in SCEVPredicate).
Clang has better diagnostics in this case. It is not necessary therefore
to change the destructor to avoid what is effectively an invalid warning
in gcc. Instead, better handle the warning flags given to the compiler.
llvm-svn: 255905
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index 1c2fb3d1ed0..e5d8109fcbb 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -9628,8 +9628,6 @@ SCEVPredicate::SCEVPredicate(const FoldingSetNodeIDRef ID, SCEVPredicateKind Kind) : FastID(ID), Kind(Kind) {} -SCEVPredicate::~SCEVPredicate() {} - SCEVEqualPredicate::SCEVEqualPredicate(const FoldingSetNodeIDRef ID, const SCEVUnknown *LHS, const SCEVConstant *RHS) |