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 | 1164632c7e67e9a3bf6b0b6e582f1d5124e348f7 (patch) | |
tree | 1308c76076f963e875d8ab0b331270a4516a30cf /lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp | |
parent | 387092e09c44c4a34981bca2fe8998b7d69e6b52 (diff) |
* 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!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp')
-rw-r--r-- | lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp b/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp index 5de35ff1be..77c8c54e89 100644 --- a/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp +++ b/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; |