[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp
Duraid Madina
duraid at octopus.com.au
Tue Dec 27 20:55:54 PST 2005
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.116 -> 1.117
---
Log message:
HB is *the* code janitor.
---
Diffs of the changes: (+1 -0)
RegAllocLinearScan.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.116 llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.117
--- llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.116 Mon Nov 21 08:09:40 2005
+++ llvm/lib/CodeGen/RegAllocLinearScan.cpp Tue Dec 27 22:55:42 2005
@@ -30,6 +30,7 @@
#include <cmath>
#include <set>
#include <queue>
+#include <memory>
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list