Fix List-of-List Processing
commitd2b9f20b188966722bca10714c237aa036e8c808
authorDavid Greene <greened@obbligato.org>
Thu, 6 Oct 2011 21:20:46 +0000 (6 21:20 +0000)
committerDavid Greene <greened@obbligato.org>
Thu, 6 Oct 2011 21:20:46 +0000 (6 21:20 +0000)
tree7d08c6f25b66a1dbe0cd4308fcd64b83b3cf96cc
parent2f0722c10575154c35b51a3e4e77832b75001a13
Fix List-of-List Processing

Fix VarListElementInit::resolveListElementReference to return a
partially resolved VarListElementInint in the case where full
resolution is not possible.  This allows TableGen to make forward
progress resolving certain complex list expressions.

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