[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLocal.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 26 08:36:11 PDT 2004
Changes in directory llvm/lib/CodeGen:
RegAllocLocal.cpp updated: 1.69 -> 1.70
---
Log message:
Clean up the MachineBasicBlock.h file, percolating #includes into this file.
Patch contributed by Morten Ofstad
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/CodeGen/RegAllocLocal.cpp
diff -u llvm/lib/CodeGen/RegAllocLocal.cpp:1.69 llvm/lib/CodeGen/RegAllocLocal.cpp:1.70
--- llvm/lib/CodeGen/RegAllocLocal.cpp:1.69 Wed Sep 1 17:55:35 2004
+++ llvm/lib/CodeGen/RegAllocLocal.cpp Tue Oct 26 10:35:58 2004
@@ -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 {
More information about the llvm-commits
mailing list