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

Jeff Cohen jeffc at jolt-lang.org
Thu Feb 23 18:52:53 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAGISel.cpp updated: 1.172 -> 1.173
---
Log message:

Get VC++ building again.

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

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


Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.172 llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.173
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.172	Thu Feb 23 20:13:54 2006
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp	Thu Feb 23 20:52:40 2006
@@ -42,6 +42,7 @@
 #include <map>
 #include <set>
 #include <iostream>
+#include <algorithm>
 using namespace llvm;
 
 #ifndef NDEBUG






More information about the llvm-commits mailing list