helper: fixes to the last expr_to_var_sym() speedup
commit6dddfc54f29ed9e8563937a54084f288a13eff3e
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Jun 2013 19:58:31 +0000 (12 22:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Jun 2013 19:58:31 +0000 (12 22:58 +0300)
tree0c781ff706c6e34605ebeabf526a374581a57938
parentf312e0250c680308a9488e5075c6a7fe95506d59
helper: fixes to the last expr_to_var_sym() speedup

The patch which introduced the "no_parens" parameter had a test in the
wrong place so it printed some unintended parenthesis.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_helper.c