Add regunit liveness support to LiveIntervals::handleMove().
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 19 Jun 2012 23:50:18 +0000 (23:50 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 19 Jun 2012 23:50:18 +0000 (23:50 +0000)
commitbf833f07473851c79018a1e32186e1b9c00d03c1
treed2aeb1815e2992d23476eff7f1c48c4a7af7944a
parent6e9a757d65ab7d0122b2a80979dc1de8be18191e
Add regunit liveness support to LiveIntervals::handleMove().

When LiveIntervals is tracking fixed interference in regunits, make sure
to update those intervals as well. Currently guarded by -live-regunits.

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