[llvm-commits] CVS: llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h

Chris Lattner lattner at cs.uiuc.edu
Sat Jul 26 18:02:01 PDT 2003


Changes in directory llvm/lib/CodeGen/ModuloScheduling:

ModuloSchedGraph.h updated: 1.8 -> 1.9

---
Log message:

Remove #include


---
Diffs of the changes:

Index: llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
diff -u llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h:1.8 llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h:1.9
--- llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h:1.8	Tue Jun 10 14:09:00 2003
+++ llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h	Sat Jul 26 18:01:04 2003
@@ -11,7 +11,6 @@
 #include "llvm/Instruction.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetInstrInfo.h"
-#include "Support/HashExtras.h"
 #include "Support/GraphTraits.h"
 #include "Support/hash_map"
 #include "../InstrSched/SchedGraphCommon.h"





More information about the llvm-commits mailing list