diff options
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedPriorities.h')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h index 31d974dc4bb..1366884b580 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h @@ -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; | 

