replace SrcOpNum with SrcOpName, eliminating a numering dependency
authorChris Lattner <sabre@nondot.org>
Thu, 4 Nov 2010 01:42:59 +0000 (01:42 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Nov 2010 01:42:59 +0000 (01:42 +0000)
commit567820c1e0454935ca5415ed419da63b84684cb7
treef3b8e7f2f3e9a271ef2632582060de4fd0107921
parentea8e20696e0bc8313b9459484797614a769a5e0c
replace SrcOpNum with SrcOpName, eliminating a numering dependency
on the incoming operand list.  This also makes the code simpler.

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