Changes in directory llvm/lib/CodeGen:
BranchFolding.cpp updated: 1.31 -> 1.32 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -0) BranchFolding.cpp | 1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/BranchFolding.cpp diff -u llvm/lib/CodeGen/BranchFolding.cpp:1.31 llvm/lib/CodeGen/BranchFolding.cpp:1.32 --- llvm/lib/CodeGen/BranchFolding.cpp:1.31 Thu Nov 2 14:25:49 2006 +++ llvm/lib/CodeGen/BranchFolding.cpp Sun Nov 5 13:31:28 2006 @@ -25,6 +25,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" +#include <algorithm> using namespace llvm; static Statistic<> NumDeadBlocks("branchfold", "Number of dead blocks removed"); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits