[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 22 15:40:08 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

DAGCombiner.cpp updated: 1.85 -> 1.86
---
Log message:

Add explicit #includes of <iostream>


---
Diffs of the changes:  (+1 -0)

 DAGCombiner.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.85 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.86
--- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.85	Wed Jan 18 16:35:16 2006
+++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp	Sun Jan 22 17:39:54 2006
@@ -45,6 +45,7 @@
 #include "llvm/Target/TargetLowering.h"
 #include <algorithm>
 #include <cmath>
+#include <iostream>
 using namespace llvm;
 
 namespace {






More information about the llvm-commits mailing list