When marking a register as being implicitly defined, make sure to clear its partial...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 14 May 2007 20:39:18 +0000 (20:39 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 14 May 2007 20:39:18 +0000 (20:39 +0000)
commit8b966d9fd0995fbc897ca06ff3b15e8178c0d0a3
treed862b8fb9aa35dc6fbc12c96fcfa7d7c98c0b0fa
parent930d161ba23c9bd9e7dc9586742725b08a8e622d
When marking a register as being implicitly defined, make sure to clear its partial use info as well.

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