diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-04 16:35:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-04 16:35:12 +0000 |
commit | 325869ac290389d189608dcb51889915a82c9548 (patch) | |
tree | 66995b03dda6e5e3ad32e1ed4cbf5f28d812fd95 /llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp | |
parent | d3972903b1b758419f4e9d463bd2cc537c06c31d (diff) | |
download | bcm5719-llvm-325869ac290389d189608dcb51889915a82c9548.tar.gz bcm5719-llvm-325869ac290389d189608dcb51889915a82c9548.zip |
* Add #includes that were yanked out of header files
* Convert over to valueset interface that uses insert & erase insead of add and remove
* the -> operator really isn't that hard to use!
llvm-svn: 1687
Diffstat (limited to 'llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp b/llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp index 5de35ff1be5..77c8c54e89c 100644 --- a/llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp +++ b/llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp @@ -11,6 +11,7 @@ #include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h" #include "llvm/CodeGen/MachineInstr.h" +#include "llvm/BasicBlock.h" #include "Support/PostOrderIterator.h" #include <iostream> using std::cout; |