commit | 1164632c7e67e9a3bf6b0b6e582f1d5124e348f7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Feb 04 16:35:12 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Feb 04 16:35:12 2002 +0000 |
tree | 1308c76076f963e875d8ab0b331270a4516a30cf | |
parent | 387092e09c44c4a34981bca2fe8998b7d69e6b52 [diff] [blame] |
* 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
diff --git a/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp b/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp index 5de35ff..77c8c54 100644 --- a/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp +++ b/lib/Target/SparcV9/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;