diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-02-05 00:35:14 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-02-05 00:35:14 +0000 | 
| commit | 3da53ad63672f7f37761d9a0b05ddc389119599a (patch) | |
| tree | 8a5022044ed10cda566ce0079ca9befa7bb4570d /llvm/lib/CodeGen/InstrSched | |
| parent | 7c70802193106d1c3ad6032366fac3e5e01ba498 (diff) | |
| download | bcm5719-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.cpp | 1 | 
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; | 

