extra: move get_address_rl() out of get_extra_state()
commit2847cdc82529e8707e69421f84d8788432ce52b7
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 31 Jul 2018 10:43:49 +0000 (31 13:43 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 31 Jul 2018 10:43:49 +0000 (31 13:43 +0300)
tree6fa0b30221eeb8a8065ffc18dd26a901cc822fb0
parentf11142e95bdeadc1aa9012e94f936750c984a56c
extra: move get_address_rl() out of get_extra_state()

We really do want to only get the extra state here.  It does duplicates
some code in smatch_math as well and smatch_math.c is really where it
belongs.

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