summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/InstrSched/SchedPriorities.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-24 23:01:50 +0000
committerChris Lattner <sabre@nondot.org>2002-02-24 23:01:50 +0000
commitdfb8b95c2d94d71ec8dd6aae27130b5b485b4718 (patch)
tree0e187c243985257b60841aa330ecff1a98fc27f2 /lib/Target/SparcV9/InstrSched/SchedPriorities.h
parent1ddf664f743f3c8d2ff220888386a9b84396dcab (diff)
downloadllvm-dfb8b95c2d94d71ec8dd6aae27130b5b485b4718.tar.gz
llvm-dfb8b95c2d94d71ec8dd6aae27130b5b485b4718.tar.bz2
llvm-dfb8b95c2d94d71ec8dd6aae27130b5b485b4718.tar.xz
* Silence signed/unsigned warnings
* Make it compile with GCC 3.0.4 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/InstrSched/SchedPriorities.h')
-rw-r--r--lib/Target/SparcV9/InstrSched/SchedPriorities.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/InstrSched/SchedPriorities.h b/lib/Target/SparcV9/InstrSched/SchedPriorities.h
index 7cfc4c0f35..52b5b9f008 100644
--- a/lib/Target/SparcV9/InstrSched/SchedPriorities.h
+++ b/lib/Target/SparcV9/InstrSched/SchedPriorities.h
@@ -26,7 +26,8 @@
#include "llvm/Target/MachineSchedInfo.h"
#include "Support/CommandLine.h"
#include <list>
-#include <hash_set>
+#include <ext/hash_set>
+#include <ostream>
class Method;
class MachineInstr;
class SchedulingManager;