comparison: cleanup handle_comparison()
commit14d6cc3687ceee15d3fee9452ec753659a5448c6
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 11 Jul 2016 10:57:05 +0000 (11 13:57 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 11 Jul 2016 10:57:05 +0000 (11 13:57 +0300)
treebd08a11fd3f811a42535e62fb40f5eea86214a16
parentf6a5eab30b8de3de58bae73a3717e5a2a1bca289
comparison: cleanup handle_comparison()

This doesn't change how the program runs.  I renamed expr_left to left_expr
so that it matches the other variables.  Also flip the left and right
expression along with the other variables when we flip those.

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