Generalize the previous binary operator support and add a string concatenation
authorChris Lattner <sabre@nondot.org>
Fri, 31 Mar 2006 21:53:49 +0000 (21:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Mar 2006 21:53:49 +0000 (21:53 +0000)
commit711e5d96aa648ebe96b09483d0775f3b16283e3d
tree2f9b38953979af429047da5341e9d5a42a8d28fd
parentfd2ae97ac3f317523a93d9037a8fe0ea6800eaca
Generalize the previous binary operator support and add a string concatenation
operation.  This implements Regression/TableGen/strconcat.td.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27312 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/FileLexer.l
utils/TableGen/FileParser.y
utils/TableGen/Record.cpp
utils/TableGen/Record.h