At the end of isel, select a replacement node for each handle that does not
authorEvan Cheng <evan.cheng@apple.com>
Mon, 6 Feb 2006 08:12:55 +0000 (08:12 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 6 Feb 2006 08:12:55 +0000 (08:12 +0000)
commit7cd19d038f63330bbafcaa004b41fec272d1220e
treee40ed2102923cfd1e01e381ee2a1a51f3ff474e5
parent024524fe9b08dbfa81ea5a8a46905ceda970392b
At the end of isel, select a replacement node for each handle that does not
have one. This can happen if a load's real uses are dead (i.e. they do not
have uses themselves).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26014 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp