From 022840e9608207305a2e0488763f06fb1b5ad5e5 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 9 Dec 2009 07:19:48 +0000 Subject: DeltaAlgorithm: Add a virtual destructor and home. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90957 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/DeltaAlgorithm.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Support/DeltaAlgorithm.cpp') diff --git a/lib/Support/DeltaAlgorithm.cpp b/lib/Support/DeltaAlgorithm.cpp index f85ca300ab..d176548189 100644 --- a/lib/Support/DeltaAlgorithm.cpp +++ b/lib/Support/DeltaAlgorithm.cpp @@ -11,6 +11,9 @@ #include using namespace llvm; +DeltaAlgorithm::~DeltaAlgorithm() { +} + bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { if (FailedTestsCache.count(Changes)) return false; -- cgit v1.2.3-18-g5258