Fix an overly strict assertion. Source register of a copy may not be killed, it may...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 4 Sep 2008 05:43:55 +0000 (05:43 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 4 Sep 2008 05:43:55 +0000 (05:43 +0000)
commit90960280ee79987f53b4952793a867143145a36a
tree6f5edc974cd87d748ea1100c43db65fbb6fb4e13
parentc2feb5c2622c132077b157c3056f8f1ffe0cf13b
Fix an overly strict assertion. Source register of a copy may not be killed, it may be killed by an implicit super-register use.

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