fix PR5983, reject function bodies with no blocks per the grammar.
authorChris Lattner <sabre@nondot.org>
Sat, 9 Jan 2010 19:20:07 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Jan 2010 19:20:07 +0000 (19:20 +0000)
commit2fdf8dbed5661336059f647700e66bca1f4cd51a
treeaad3afb2e9d412b95c2f1b2b0809e512074e8b96
parent873187c0426e069e92da3b644133059a8ee3948e
fix PR5983, reject function bodies with no blocks per the grammar.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93067 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp