Remove liveout lists from MachineRegisterInfo.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 5 Feb 2013 18:21:56 +0000 (18:21 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 5 Feb 2013 18:21:56 +0000 (18:21 +0000)
commite6dc59891fc53d65b3f6d19772d26e23e0cc1cac
treecd15b038e81372f699c94d6213cf688e3c951b3a
parentb45e4deb102d47602f5b941da7f412ecc9a867e9
Remove liveout lists from MachineRegisterInfo.

All targets are now adding return value registers as implicit uses on
return instructions, and there is no longer a need for the live out
lists.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174417 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineRegisterInfo.h
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineRegisterInfo.cpp