X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FDeltaAlgorithm.cpp;h=d176548189191e5f93ea4ded9e82b76c89f3cebb;hb=7ad3b2a3f0188f5bceb4937e90085c52665672b4;hp=9aabd8d1a01ef1f7819f4e9db45a6e9f8b2ebf6e;hpb=a6d5e40e25e6b4fc856fa5cd10a59b8fdf51d9a7;p=oota-llvm.git diff --git a/lib/Support/DeltaAlgorithm.cpp b/lib/Support/DeltaAlgorithm.cpp index 9aabd8d1a01..d1765481891 100644 --- a/lib/Support/DeltaAlgorithm.cpp +++ b/lib/Support/DeltaAlgorithm.cpp @@ -1,4 +1,4 @@ -//===--- DeltaAlgorithm.h - A Set Minimization Algorithm -------*- C++ -*--===// +//===--- DeltaAlgorithm.cpp - A Set Minimization Algorithm -----*- C++ -*--===// // // The LLVM Compiler Infrastructure // @@ -8,8 +8,12 @@ #include "llvm/ADT/DeltaAlgorithm.h" #include +#include using namespace llvm; +DeltaAlgorithm::~DeltaAlgorithm() { +} + bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { if (FailedTestsCache.count(Changes)) return false;