summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DeltaAlgorithm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/DeltaAlgorithm.cpp')
-rw-r--r--llvm/lib/Support/DeltaAlgorithm.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Support/DeltaAlgorithm.cpp b/llvm/lib/Support/DeltaAlgorithm.cpp
index f85ca300ab9..d1765481891 100644
--- a/llvm/lib/Support/DeltaAlgorithm.cpp
+++ b/llvm/lib/Support/DeltaAlgorithm.cpp
@@ -11,6 +11,9 @@
#include <iterator>
using namespace llvm;
+DeltaAlgorithm::~DeltaAlgorithm() {
+}
+
bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
if (FailedTestsCache.count(Changes))
return false;
OpenPOWER on IntegriCloud