flow: cleanup state backup for inline functions
commit85560d0d55367c605622add021901a1c5e07c79d
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 23 May 2017 08:46:08 +0000 (23 11:46 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 23 May 2017 08:46:08 +0000 (23 11:46 +0300)
tree3e4b6cf0f0896bd30e5e8cd3e1cf036dc1a00729
parentdff9973104743699f18cfa0f3767aed9237a5561
flow: cleanup state backup for inline functions

We store a bunch of state when we parse inline functions.  Store it on a
list instead of as individual variables.  You're not allowed to store
pointers that aren't aligned so I shifted the integers over a bit.  It's
an ugly hack...

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