Avoid calling removeVirtualRegisterKilled which iterates over the operands
authorBob Wilson <bob.wilson@apple.com>
Tue, 1 Sep 2009 23:18:46 +0000 (23:18 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 1 Sep 2009 23:18:46 +0000 (23:18 +0000)
commit86f7cd786eecc74e0480c0f8ab6a4234bb72bfbb
tree165ad223fbe1b5d077aeeb7e38186b445ad7fbad
parent326f43812ca28b2b4bb5eb8e5191deab6ba621f3
Avoid calling removeVirtualRegisterKilled which iterates over the operands
to find the kill, since we already have the operand.

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