Call release() directly when cleaning up the remaining DomainValues.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 8 Nov 2011 22:05:17 +0000 (22:05 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 8 Nov 2011 22:05:17 +0000 (22:05 +0000)
commit0fdb05deb9ccbebe55c05f2fb4af6ea813c97a98
tree960f69d675d483e7e1c039f996699c80b762f21c
parent6bcb9a783b3220561ee3413322ad1037983d63cb
Call release() directly when cleaning up the remaining DomainValues.

There is no need to involve the LiveRegs array and kill() any longer.

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