Revert r254592 (virtual dtor in SCEVPredicate).
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
index 1c2fb3d1ed02e490dacc3952699c1b3ff6b758b9..e5d8109fcbb9b31325086e1f81cf21c88300a85f 100644 (file)
@@ -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)