reject invalid comma stuff with a message. We reject the case in
authorChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2010 00:50:50 +0000 (00:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2010 00:50:50 +0000 (00:50 +0000)
commit093eed15ae690f26f3f23731eed9d34da978d5fe
treefb789c33192119729f64044b32a44d1c355b5a87
parent62cc838b90d32b41f3025b400845b3e194b53e32
reject invalid comma stuff with a message.  We reject the case in
PR6888 with:

$ llvm-as t.ll
llvm-as: t.ll:2:29: error: expected metadata or 'align'
 store <3 x i32> %x, i32 1, i32 1>, <3 x i32>* %p
                            ^

instead of:

$ llvm-as t.ll
llvm-as:

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