[llvm-commits] CVS: llvm/lib/CodeGen/VirtRegMap.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 26 08:35:47 PDT 2004
Changes in directory llvm/lib/CodeGen:
VirtRegMap.cpp updated: 1.32 -> 1.33
---
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/VirtRegMap.cpp
diff -u llvm/lib/CodeGen/VirtRegMap.cpp:1.32 llvm/lib/CodeGen/VirtRegMap.cpp:1.33
--- llvm/lib/CodeGen/VirtRegMap.cpp:1.32 Thu Oct 14 22:19:31 2004
+++ llvm/lib/CodeGen/VirtRegMap.cpp Tue Oct 26 10:35:33 2004
@@ -28,6 +28,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
+#include <algorithm>
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list