* Add #includes that were yanked out of header files
authorChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 16:35:12 +0000 (16:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 16:35:12 +0000 (16:35 +0000)
commit1164632c7e67e9a3bf6b0b6e582f1d5124e348f7
tree1308c76076f963e875d8ab0b331270a4516a30cf
parent387092e09c44c4a34981bca2fe8998b7d69e6b52
* 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
lib/Analysis/LiveVar/BBLiveVar.cpp
lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
lib/Analysis/LiveVar/LiveVarSet.cpp
lib/Analysis/LiveVar/ValueSet.cpp
lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
lib/Target/SparcV9/LiveVar/LiveVarSet.cpp
lib/Target/SparcV9/LiveVar/ValueSet.cpp