math: introduce handle_mod_rl()
commit7d7d745ea592f5ce2d3d2d2e1c1bb26ac773354b
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 20 May 2013 17:33:26 +0000 (20 20:33 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 20 May 2013 17:33:26 +0000 (20 20:33 +0300)
tree4e5813339008af5585ea2daad5986edcc8ef8233
parent299d31e42842ae94425833e43fa195f8da23f43d
math: introduce handle_mod_rl()

It's a little bit smarter than the original because if the left side
is smaller than the right then it handles that.

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