Make LiveVariables::HandlePhysRegUse and
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Sun, 11 Jan 2004 09:18:45 +0000 (09:18 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Sun, 11 Jan 2004 09:18:45 +0000 (09:18 +0000)
commitb08bdc4a161313bb09a73e6c61f0cb0669e291c7
tree513143c5dc3fb9f1fc353afffa449597a7660889
parenta14b0d441dee43e5dc92aa450e65628d28a5f4df
Make LiveVariables::HandlePhysRegUse and
LiveVariables::HandlePhysRegDef private they use information that is
not in memory when LiveVariables finishes the analysis.

Also update the TwoAddressInstructionPass to not use this interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10755 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
lib/CodeGen/TwoAddressInstructionPass.cpp