Pacify -Wnon-virtual-dtor
authorMatt Beaumont-Gay <matthewbg@google.com>
Fri, 15 Feb 2013 23:51:59 +0000 (23:51 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Fri, 15 Feb 2013 23:51:59 +0000 (23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175324 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ScalarEvolutionExpressions.h

index 88af0b0873b2fcff2d7571628dc8d31e399051ea..eac91131ad535c53ec2fcaf42199c313abfc6ea6 100644 (file)
@@ -556,6 +556,8 @@ namespace llvm {
   public:
     SCEVRewriter(ScalarEvolution &S) : SE(S) {}
 
+    virtual ~SCEVRewriter() {}
+
     virtual const SCEV *visitConstant(const SCEVConstant *Constant) {
       return Constant;
     }