Add support for Set statements without {}'s. Now we can just say
authorChris Lattner <sabre@nondot.org>
Mon, 28 Jul 2003 03:49:40 +0000 (03:49 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Jul 2003 03:49:40 +0000 (03:49 +0000)
commit2e724541ff50d6b0accca34adb0fac81fd01233e
tree43e2bb5b4e66f9a7ffcd2f139401ca6632e7ce1f
parentce3d64025b32d10dbaf9c77f5b1b56a09bc88f82
Add support for Set statements without {}'s.  Now we can just say
set Foo = bar in
  def blah: blahclass {}

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7355 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/FileParser.y
utils/TableGen/FileParser.y