* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
authorChris Lattner <sabre@nondot.org>
Tue, 5 Feb 2002 02:52:05 +0000 (02:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Feb 2002 02:52:05 +0000 (02:52 +0000)
commit296b7730e355a657df9fc5355c2cbe4985219903
tree37432bff2a44226c1f71a625fef34e12062fea4f
parent5e5dfa307a6999cef7cba6d1a594f880ab72c043
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
  function in the one .cpp file that uses it.  Use ValueSet's instead.
* Prepare to delete LiveVarSet.h & LiveVarSet.cpp
* Eliminate the ValueSet class, making all old member functions into global
  templates that will eventually be moved to Support.
* Eliminate some irrelevant const's

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1712 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAlloc/InterferenceGraph.cpp
lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9RegClassInfo.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp