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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 27 20:13:00 PST 2002


Changes in directory llvm/lib/CodeGen/InstrSched:

SchedPriorities.h updated: 1.19 -> 1.20

---
Log message:

Don't #include <Support/*>, #include "Support/*"


---
Diffs of the changes:

Index: llvm/lib/CodeGen/InstrSched/SchedPriorities.h
diff -u llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.19 llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.20
--- llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.19	Fri Aug  9 15:07:54 2002
+++ llvm/lib/CodeGen/InstrSched/SchedPriorities.h	Sun Oct 27 20:11:53 2002
@@ -16,8 +16,8 @@
 #include "SchedGraph.h"
 #include "llvm/CodeGen/InstrScheduling.h"
 #include "llvm/Target/MachineSchedInfo.h"
+#include "Support/hash_set"
 #include <list>
-#include <Support/hash_set>
 
 class Function;
 class MachineInstr;





More information about the llvm-commits mailing list