TwoAddressInstructionPass doesn't really require LiveVariables, it just needs to...
authorOwen Anderson <resistor@mac.com>
Wed, 2 Jul 2008 21:28:58 +0000 (21:28 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 2 Jul 2008 21:28:58 +0000 (21:28 +0000)
commit802af11460f090fe53710c44c061a70e5bd7aa2d
tree5e399bac4bcedc5f41d0bcbf7094c17bd2922a3b
parentd3f506a53a290aa1cc9cd341de7679c8106da543
TwoAddressInstructionPass doesn't really require LiveVariables, it just needs to update it if it's already around.

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