[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp

Alkis Evlogimenos alkis at cs.uiuc.edu
Tue Sep 28 07:42:55 PDT 2004



Changes in directory llvm/lib/CodeGen/InstrSched:

SchedGraphCommon.cpp updated: 1.7 -> 1.8
---
Log message:

Add includes and use std:: for standard library calls to make code
compile on windows. This patch was contributed by Paolo Invernizzi.


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

Index: llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.7 llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.8
--- llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.7	Wed Sep  1 17:55:35 2004
+++ llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp	Tue Sep 28 09:42:44 2004
@@ -14,6 +14,7 @@
 
 #include "llvm/CodeGen/SchedGraphCommon.h"
 #include "llvm/ADT/STLExtras.h"
+#include <algorithm>
 #include <iostream>
 
 namespace llvm {






More information about the llvm-commits mailing list