Make BinOps typed and require a type specifier for !nameconcat. This
authorDavid Greene <greened@obbligato.org>
Thu, 23 Apr 2009 21:25:15 +0000 (21:25 +0000)
committerDavid Greene <greened@obbligato.org>
Thu, 23 Apr 2009 21:25:15 +0000 (21:25 +0000)
commite8cf21e8e3db64dd49777d6bf6c867d47e9f5407
tree5dc8b12e071de2abba651968b6bc3ed1b955fb2d
parentaa809fbde12dda27943bafb631fbad22130814e2
Make BinOps typed and require a type specifier for !nameconcat.  This
allows binops to be used in typed contexts such as when passing
arguments to classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69921 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TableGenFundamentals.html
test/TableGen/nameconcat.td
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/TGParser.cpp