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

Chris Lattner lattner at cs.uiuc.edu
Sat Jul 26 18:23:00 PDT 2003


Changes in directory llvm/lib/CodeGen/InstrSched:

SchedGraph.h updated: 1.29 -> 1.30

---
Log message:

Hrm, another necesary one :(


---
Diffs of the changes:

Index: llvm/lib/CodeGen/InstrSched/SchedGraph.h
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.29 llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.30
--- llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.29	Sat Jul 26 18:00:29 2003
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.h	Sat Jul 26 18:22:19 2003
@@ -16,6 +16,7 @@
 
 #include "llvm/CodeGen/MachineInstr.h"
 #include "Support/GraphTraits.h"
+#include "Support/hash_map"
 
 class Value;
 class Instruction;





More information about the llvm-commits mailing list