Remove special-casing of return blocks for liveness.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 5 Feb 2013 18:21:52 +0000 (18:21 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 5 Feb 2013 18:21:52 +0000 (18:21 +0000)
commitb45e4deb102d47602f5b941da7f412ecc9a867e9
tree643a67685f00f89be3771159c4b23003e83b2ea3
parentbaa3c50a7bb0ddb0397b71b732c52b19cb700116
Remove special-casing of return blocks for liveness.

Now that return value registers are return instruction uses, there is no
need for special treatment of return blocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174416 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/RegAllocFast.cpp