fix a tblgen bug that Evan ran into, where we would lose the '$src' name
authorChris Lattner <sabre@nondot.org>
Wed, 16 Nov 2005 23:14:54 +0000 (23:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Nov 2005 23:14:54 +0000 (23:14 +0000)
commit12cf9090a495e5427ab8bbfa568e4db88951f65b
treedaab09bf0a1fa0d1bc737b27d382f676af54c482
parent7a125378439bb51a57e552915c261ce5ede282f8
fix a tblgen bug that Evan ran into, where we would lose the '$src' name
on patterns like "(set R32:$dst, (i32 imm:$src))"

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