summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-05 00:35:14 +0000
committerChris Lattner <sabre@nondot.org>2002-02-05 00:35:14 +0000
commit3da53ad63672f7f37761d9a0b05ddc389119599a (patch)
tree8a5022044ed10cda566ce0079ca9befa7bb4570d /llvm/lib/CodeGen/InstrSched
parent7c70802193106d1c3ad6032366fac3e5e01ba498 (diff)
downloadbcm5719-llvm-3da53ad63672f7f37761d9a0b05ddc389119599a.tar.gz
bcm5719-llvm-3da53ad63672f7f37761d9a0b05ddc389119599a.zip
* Add a #include not indirectly included any more
llvm-svn: 1707
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
index 9ed6cb9e474..e06f84cd670 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
+++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
@@ -20,6 +20,7 @@
#include "SchedPriorities.h"
#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
+#include "llvm/Analysis/LiveVar/LiveVarSet.h"
#include "Support/PostOrderIterator.h"
#include <iostream>
using std::cerr;
OpenPOWER on IntegriCloud