Fix a bug in !subst where TableGen would go and resubstitute text it had
authorDavid Greene <greened@obbligato.org>
Mon, 21 Dec 2009 21:21:34 +0000 (21:21 +0000)
committerDavid Greene <greened@obbligato.org>
Mon, 21 Dec 2009 21:21:34 +0000 (21:21 +0000)
commitf660802f348e4e57ef9df8d30be74b894259badb
tree4ad5603c0f42c4d15e5b60b3c5a3464cf1842ab9
parent7b1eb8a4091ff4e76323ce2d4a42d5d14b5e3f50
Fix a bug in !subst where TableGen would go and resubstitute text it had
just substituted.  This could cause infinite looping in certain
pathological cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91843 91177308-0d34-0410-b5e6-96231b3b80d8
test/TableGen/subst2.td [new file with mode: 0644]
utils/TableGen/Record.cpp