summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLocal.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-26 15:35:58 +0000
committerChris Lattner <sabre@nondot.org>2004-10-26 15:35:58 +0000
commitc8b07dd339ebb7479de15e361aa09cb660253f33 (patch)
tree887f7fb3d26db4fdf0407450d0d10365411a816d /llvm/lib/CodeGen/RegAllocLocal.cpp
parent8da1b5df59e466bd3b5f472da7bad9535739d56f (diff)
downloadbcm5719-llvm-c8b07dd339ebb7479de15e361aa09cb660253f33.tar.gz
bcm5719-llvm-c8b07dd339ebb7479de15e361aa09cb660253f33.zip
Clean up the MachineBasicBlock.h file, percolating #includes into this file.
Patch contributed by Morten Ofstad llvm-svn: 17251
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLocal.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLocal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLocal.cpp b/llvm/lib/CodeGen/RegAllocLocal.cpp
index 2cf8e6327e4..7d7ee64305e 100644
--- a/llvm/lib/CodeGen/RegAllocLocal.cpp
+++ b/llvm/lib/CodeGen/RegAllocLocal.cpp
@@ -25,6 +25,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Statistic.h"
+#include <algorithm>
using namespace llvm;
namespace {
OpenPOWER on IntegriCloud