diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-26 15:35:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-26 15:35:58 +0000 |
commit | 27f291600b04c382c390b16fdacd52b910b9164d (patch) | |
tree | 983d5fd8487b7a25284672cc51c87fb10cf8cb78 /lib/CodeGen/RegAllocLocal.cpp | |
parent | e45ebfa8c3b0ab30b6fa35842abac82868f46271 (diff) |
Clean up the MachineBasicBlock.h file, percolating #includes into this file.
Patch contributed by Morten Ofstad
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17251 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLocal.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLocal.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp index 2cf8e6327e..7d7ee64305 100644 --- a/lib/CodeGen/RegAllocLocal.cpp +++ b/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 { |