Fix implied pools so that at least it does something.
commitb7c7aacffb11c9437507f101eb47d78f80cc3c48
authorDan Carpenter <error27@gmail.com>
Tue, 10 Feb 2009 16:46:25 +0000 (10 19:46 +0300)
committerDan Carpenter <error27@gmail.com>
Tue, 10 Feb 2009 16:46:25 +0000 (10 19:46 +0300)
treeb04dee127499f9b3071bf6109ccb264906d17a2d
parent4b08f6e0549504e888332a68a33769650e94df9a
Fix implied pools so that at least it does something.

If you have the simple case of:
if (foo) then it will hopefully use the states which are implied by a
non-zero foo.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_implied.c
smatch_slist.c