summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 02:11:53 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 02:11:53 +0000
commit94a4f225732bf24aab6a6b47d459d9350697df74 (patch)
treed550853ef6247aa1bf271ee3a5e4f16aff1db8c7 /llvm/lib/CodeGen/InstrSched
parentdefd415d01f596c1da2211323e9620ed5bd92638 (diff)
downloadbcm5719-llvm-94a4f225732bf24aab6a6b47d459d9350697df74.tar.gz
bcm5719-llvm-94a4f225732bf24aab6a6b47d459d9350697df74.zip
Don't #include <Support/*>, #include "Support/*"
llvm-svn: 4325
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedPriorities.h2
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;
OpenPOWER on IntegriCloud