states, stree: we can save stree directly in backup without converting
commit533cda92b3ef9f45ac8afce65e829f0e0cc27ef4
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 24 Feb 2014 20:56:40 +0000 (24 23:56 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 24 Feb 2014 20:56:40 +0000 (24 23:56 +0300)
tree2bfa312747b67bc4a937e05569d3f8a9e979d428
parent9c7ac62db911c3828128b216fd88b1cd51fa741f
states, stree: we can save stree directly in backup without converting

The backup stack is just void pointers.  We don't need to care about
slist vs stree.  The only thing is that they have to go in, in the exact
order that we pull them out.  This was true before as well.

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