Simplify handleMove() a bit.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 22 Jun 2012 18:38:57 +0000 (18:38 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 22 Jun 2012 18:38:57 +0000 (18:38 +0000)
commite024874d22c8f6acc4f54eb6183f70f6681f23ac
tree6d2dacbc5adf6a01338db8d48650fd00b764e2e9
parent27b7669a6058235eec494ea30d0d62b7146e0eb4
Simplify handleMove() a bit.

There is no need to check for physreg live ranges. They don't exist any
more.

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