summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/include/polly/CodeGen/Cloog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/include/polly/CodeGen/Cloog.h b/polly/include/polly/CodeGen/Cloog.h
index f25bca2c6ce..a58c7bf588f 100644
--- a/polly/include/polly/CodeGen/Cloog.h
+++ b/polly/include/polly/CodeGen/Cloog.h
@@ -76,6 +76,7 @@ public:
virtual void visitGuard(const clast_guard *stmt);
virtual void visitUser(const clast_user_stmt *stmt) = 0;
+ virtual ~ClastVisitor() {}
};
}
OpenPOWER on IntegriCloud