[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
Duraid Madina
duraid at octopus.com.au
Wed Dec 28 21:59:30 PST 2005
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAG.cpp updated: 1.54 -> 1.55
---
Log message:
purity++
---
Diffs of the changes: (+1 -0)
ScheduleDAG.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.54 llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.55
--- llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.54 Wed Dec 21 14:51:36 2005
+++ llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp Wed Dec 28 23:59:19 2005
@@ -26,6 +26,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include <iostream>
+#include <ios>
#include <algorithm>
using namespace llvm;
More information about the llvm-commits
mailing list