Changes For Bug 352
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / SchedPriorities.h
index de321f9fcbf6d3cd2efe7b28052bac7392c5cd67..dd807f788e3c326769f6e3675dc27b38da7d11a0 100644 (file)
 #include "SchedGraph.h"
 #include "llvm/CodeGen/InstrScheduling.h"
 #include "llvm/Target/TargetSchedInfo.h"
-#include "Support/hash_set"
+#include "llvm/ADT/hash_set"
 #include <list>
 
+namespace llvm {
+
 class Function;
 class MachineInstr;
 class SchedulingManager;
@@ -214,4 +216,6 @@ inline void SchedPriorities::updateTime(cycles_t c) {
 
 std::ostream &operator<<(std::ostream &os, const NodeDelayPair* nd);
 
+} // End llvm namespace
+
 #endif