[llvm-commits] [llvm] r90447 - in /llvm/trunk: include/llvm/ADT/DeltaAlgorithm.h lib/Support/CMakeLists.txt lib/Support/DeltaAlgorithm.cpp unittests/ADT/DeltaAlgorithmTest.cpp
Duncan Sands
baldrick at free.fr
Thu Dec 3 04:37:09 PST 2009
Hi Daniel,
> ==============================================================================
> --- llvm/trunk/lib/Support/DeltaAlgorithm.cpp (added)
> +++ llvm/trunk/lib/Support/DeltaAlgorithm.cpp Thu Dec 3 05:12:42 2009
> @@ -0,0 +1,110 @@
> +//===--- DeltaAlgorithm.h - A Set Minimization Algorithm -------*- C++ -*--===//
shouldn't this be DeltaAlgorithm.cpp?
Ciao,
Duncan.
More information about the llvm-commits
mailing list