Process Multidefs
authorDavid Greene <greened@obbligato.org>
Wed, 5 Oct 2011 22:42:45 +0000 (22:42 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 5 Oct 2011 22:42:45 +0000 (22:42 +0000)
commita6d442e65179092542d161679414b1e4e063ec4d
treea8537253d874eacf898a5456412f410c030d7345
parent6da674cda1587c9b09e01f65219cec54f54d90b8
Process Multidefs

Process each multidef declared in a multiclass.  Iterate through the
list and instantiate a def in the multiclass for each item, resolving
the list item to the temporary iterator (possibly) used in the
multidef ObjectBody.  We then process each generated def in the normal
way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141233 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/TGParser.cpp