[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedPriorities.h

Chris Lattner lattner at cs.uiuc.edu
Fri Nov 1 10:47:01 PST 2002


Changes in directory llvm/lib/CodeGen/InstrSched:

SchedPriorities.h updated: 1.20 -> 1.21

---
Log message:

New iostream definitions


---
Diffs of the changes:

Index: llvm/lib/CodeGen/InstrSched/SchedPriorities.h
diff -u llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.20 llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.21
--- llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.20	Sun Oct 27 20:11:53 2002
+++ llvm/lib/CodeGen/InstrSched/SchedPriorities.h	Fri Nov  1 10:46:05 2002
@@ -18,6 +18,7 @@
 #include "llvm/Target/MachineSchedInfo.h"
 #include "Support/hash_set"
 #include <list>
+#include <iosfwd>
 
 class Function;
 class MachineInstr;





More information about the llvm-commits mailing list