Fix MergeValueInAsValue(). It allows overlapping live ranges but should replace
authorEvan Cheng <evan.cheng@apple.com>
Wed, 17 Oct 2007 02:13:29 +0000 (02:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 17 Oct 2007 02:13:29 +0000 (02:13 +0000)
commit3c1f4a4d4726d1213871c9fc9b42822341fd3f55
tree3eec4598505a077f12b3cf6fec3aefc2a958e966
parent3f4b80ec0c898f4de8232217f8ef3dcd5f65769c
Fix MergeValueInAsValue(). It allows overlapping live ranges but should replace
their value numbers with the specified value number.

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