Fix for PR1406:
authorEvan Cheng <evan.cheng@apple.com>
Mon, 14 May 2007 21:10:05 +0000 (21:10 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 14 May 2007 21:10:05 +0000 (21:10 +0000)
commit2f6cb2b14c5811b154b06163355b3c8bc8b73231
treef4880a0a6fc2a80848f38eb009312ea161b75754
parent47927b3e5ab07aab85cee7df52b260cd63fdfc56
Fix for PR1406:

v1 =
r2 = move v1
   = op r2<kill>
...
r2 = move v1
   = op r2<kill>

Clear the first r2 kill if v1 and r2 are joined.

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