[llvm-commits] CVS: llvm/lib/CodeGen/BranchFolding.cpp
Jeff Cohen
jeffc at jolt-lang.org
Sun Nov 5 11:32:32 PST 2006
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");
More information about the llvm-commits
mailing list