Teach tablegen how to inherit from classes in 'defm' definitions.
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 18 Jun 2010 19:53:41 +0000 (19:53 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 18 Jun 2010 19:53:41 +0000 (19:53 +0000)
commit6e0a99a7ab6d6fd0099946c4859466f2a9cdd1e1
treec680deee72d90ac6b5873788c0a1b523b8df33ee
parent78db186d2dbaf4745f7e4beab4029db40856b54b
Teach tablegen how to inherit from classes in 'defm' definitions.
The rule is simple: only inherit from a class list if they come
in the end, after the last multiclass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106305 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TableGenFundamentals.html
test/TableGen/defmclass.td [new file with mode: 0644]
utils/TableGen/TGParser.cpp