Fix the case where an instruction is not properly marked as using all registers that...
authorOwen Anderson <resistor@mac.com>
Wed, 8 Oct 2008 04:30:51 +0000 (04:30 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 8 Oct 2008 04:30:51 +0000 (04:30 +0000)
commit04764deac8a05a74ff9399cf406f5525ff68543d
treeee915c82c621081a2d7f20b7cdd83065bed425cb
parenteb0d6abee36c274cf081948795f4675d8f33fc6f
Fix the case where an instruction is not properly marked as using all registers that alias its inputs.

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