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)
commit8e60d4d240ebf86f8cc62d9a638f816ac255b875
tree631033620a8ed4da5005dfdea41bfc3e88b153f1
parent2991feb0d3ce3989340b39f19110b1c645bcea10
Add support to the two-address pass for updating LiveIntervals in many of the
common transformations. This includes updating repairIntervalsInRange() to
handle more cases.

llvm-svn: 175604
llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
llvm/lib/CodeGen/TwoAddressInstructionPass.cpp