[llvm-commits] CVS: llvm/lib/Transforms/IPO/RaiseAllocations.cpp
Jeff Cohen
jeffc at jolt-lang.org
Sun Mar 4 16:02:04 PST 2007
Changes in directory llvm/lib/Transforms/IPO:
RaiseAllocations.cpp updated: 1.39 -> 1.40
---
Log message:
Unbreak VC++ build.
---
Diffs of the changes: (+1 -0)
RaiseAllocations.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Transforms/IPO/RaiseAllocations.cpp
diff -u llvm/lib/Transforms/IPO/RaiseAllocations.cpp:1.39 llvm/lib/Transforms/IPO/RaiseAllocations.cpp:1.40
--- llvm/lib/Transforms/IPO/RaiseAllocations.cpp:1.39 Sat Feb 10 19:08:35 2007
+++ llvm/lib/Transforms/IPO/RaiseAllocations.cpp Sun Mar 4 18:00:42 2007
@@ -22,6 +22,7 @@
#include "llvm/Support/CallSite.h"
#include "llvm/Support/Compiler.h"
#include "llvm/ADT/Statistic.h"
+#include <algorithm>
using namespace llvm;
STATISTIC(NumRaised, "Number of allocations raised");
More information about the llvm-commits
mailing list