summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2007-03-05 00:00:42 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2007-03-05 00:00:42 +0000
commitb622c11f775e0fb147a5487bc4345b813f5a47f0 (patch)
treea749bc824452c7d96d1f99328e9761cd68e85a7d /llvm/lib/Transforms/IPO/RaiseAllocations.cpp
parent2fbcc0714c505fa6573709e987489cb6f698ab61 (diff)
downloadbcm5719-llvm-b622c11f775e0fb147a5487bc4345b813f5a47f0.tar.gz
bcm5719-llvm-b622c11f775e0fb147a5487bc4345b813f5a47f0.zip
Unbreak VC++ build.
llvm-svn: 34917
Diffstat (limited to 'llvm/lib/Transforms/IPO/RaiseAllocations.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/RaiseAllocations.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/IPO/RaiseAllocations.cpp b/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
index aeb41738419..ce6db5624a0 100644
--- a/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
+++ b/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
@@ -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");
OpenPOWER on IntegriCloud