TableGen: Don't add synthetic Records to the RecordKeeper.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 4 Oct 2011 15:27:53 +0000 (15:27 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 4 Oct 2011 15:27:53 +0000 (15:27 +0000)
commit877b6d43d4183e7b4bb6c99038c0d2b184dd3b3c
tree042126db4281bec5b96440a627ea21061e2877db
parentf98742565765a10558824ea45f0d9a70843ed0d9
TableGen: Don't add synthetic Records to the RecordKeeper.

The RecordKeeper could be shared by multiple target instances, causing
duplicate record errors.

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