aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedPriorities.cpp
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
commit4996084acfd87c7a7eecb28f9b0c8ea4961c48f2 (patch)
tree52b818f071959749ddfc22d29b1312437adceeac /lib/CodeGen/InstrSched/SchedPriorities.cpp
parentab584111e7ea03a293b9f5bd8b0830edfdce7450 (diff)
* Add a #include not indirectly included any more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedPriorities.cpp')
-rw-r--r--lib/CodeGen/InstrSched/SchedPriorities.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.cpp b/lib/CodeGen/InstrSched/SchedPriorities.cpp
index 9ed6cb9e47..e06f84cd67 100644
--- a/lib/CodeGen/InstrSched/SchedPriorities.cpp
+++ b/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;