[llvm-commits] CVS: llvm/lib/Transforms/LevelRaise.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 22 15:32:19 PST 2006
Changes in directory llvm/lib/Transforms:
LevelRaise.cpp updated: 1.108 -> 1.109
---
Log message:
Make iostream #inclusion explicit
---
Diffs of the changes: (+1 -0)
LevelRaise.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Transforms/LevelRaise.cpp
diff -u llvm/lib/Transforms/LevelRaise.cpp:1.108 llvm/lib/Transforms/LevelRaise.cpp:1.109
--- llvm/lib/Transforms/LevelRaise.cpp:1.108 Tue Jul 26 11:38:28 2005
+++ llvm/lib/Transforms/LevelRaise.cpp Sun Jan 22 17:32:06 2006
@@ -24,6 +24,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
+#include <iostream>
using namespace llvm;
// StartInst - This enables the -raise-start-inst=foo option to cause the level
More information about the llvm-commits
mailing list