scop.c: stmt_collect_params: also collect parameters in arguments
commit260849c0c6c571d09c42dad3a952ce7dfe07909c
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 25 Jan 2014 14:45:19 +0000 (25 15:45 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 19 Mar 2014 09:54:06 +0000 (19 10:54 +0100)
tree817173810c2643cad476f2cac6bcbb8c500fd4b8
parent49388d7fffb81db093691dc391295aa6e969077d
scop.c: stmt_collect_params: also collect parameters in arguments

stmt_collect_params is supposed to collect all the parameters in
the input statement, but it failed to collect the parameters
in the arguments.  This presumably never caused any problems,
but we should fix it anyway.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scop.c