Allow Names Changes on Unregistered Records
authorDavid Greene <greened@obbligato.org>
Wed, 19 Oct 2011 13:03:25 +0000 (13:03 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 19 Oct 2011 13:03:25 +0000 (13:03 +0000)
commitf628204262fb91bc095e198b5d9777bd015637e2
treebf25c9c34f71daa5e18e7b5c789c718379b80f8c
parent004adaf3452a355ada2a54bcb61dc8925a718651
Allow Names Changes on Unregistered Records

Add Record names to be changed even on Records that aren't yet
registered.  We need to be able to do this for paste functionality
because we do not want to register def names before they are unique
and that can only happen once all paste operations are done.  This
change lets us update Record names formed by paste operations and
register the result later.

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