Fix a crash on code like: let x = 1 {x
authorChris Lattner <sabre@nondot.org>
Thu, 10 Jan 2008 07:01:53 +0000 (07:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Jan 2008 07:01:53 +0000 (07:01 +0000)
commit811281e788432d3136de13f72d05790eced52d92
tree0179a7976bc1b1248b6aabf203e95fd57e4694f6
parent36fe6d2f80be8fcfc27ae5f6a892772d9e9da1ad
Fix a crash on code like: let x = 1 {x

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