math: Use function call information
commit12c15b0c7e17434b872917c4cc0640ad399f2903
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Mar 2013 19:58:53 +0000 (15 22:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Mar 2013 19:58:53 +0000 (15 22:58 +0300)
tree7860dc2fa81074a46425cdbfcb9ea327a246999b
parentc4912d2a16799c4736e682e233120af269af5775
math: Use function call information

It already used to use function call information if you called
get_implied_rl().  But it didn't if you did get_implied_max().  This
fixes that.

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