commit | 09ff1126dab045d68be7d9e8ae7ad0601002a718 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jul 24 21:21:32 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jul 24 21:21:32 2002 +0000 |
tree | e4fb571d35f390670aed304ba303b5d2a55593d2 | |
parent | 417d31c202bf42c1f9db1afa1d2e6730c6fbd566 [diff] [blame] |
*** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3056 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index f5c29b2..b01c1a4 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/lib/CodeGen/InstrSched/SchedPriorities.h
@@ -25,7 +25,7 @@ #include "llvm/CodeGen/InstrScheduling.h" #include "llvm/Target/MachineSchedInfo.h" #include <list> -#include <ext/hash_set> +#include <Support/hash_set> #include <iostream> class Function; class MachineInstr;