parser: fix and simplify support of asm goto
commitc7689a5d9e7dc535ee7994f04162f93593970922
authorJiri Slaby <jslaby@suse.cz>
Sat, 10 Jul 2010 08:39:21 +0000 (10 08:39 +0000)
committerChristopher <sparse@chrisli.org>
Tue, 13 Jul 2010 07:34:09 +0000 (13 00:34 -0700)
tree64ce25fd0a8793cf0a3b46485697fa0dac73562e
parent7ccc8abebad14639c22549cf55193e50b728802f
parser: fix and simplify support of asm goto

1) We now handle only "asm (volatile|goto)?", whereas
   "asm volatile? goto?" is correct.
2) We need to match only goto_ident, so do it explicitly against
   token->ident without match_idents.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Christopher <sparse@chrisli.org>
parse.c