Add support to the two-address pass for updating LiveIntervals in many of the
authorCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 06:46:48 +0000 (06:46 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 06:46:48 +0000 (06:46 +0000)
commit9030fc22dd73684901ecb749c9688e289bd1a777
tree80617332dbbc87af3474cc7a8ed7e7f375df0afe
parent6cf93d740a600024f2de924614a4d4d0dc1cb852
Add support to the two-address pass for updating LiveIntervals in many of the
common transformations. This includes updating repairIntervalsInRange() to
handle more cases.

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