bail out earlier if functions get too difficult
commit2ab9f934c809caa258383225023776e3c8872874
authorDan Carpenter <error27@gmail.com>
Wed, 7 Apr 2010 08:36:51 +0000 (7 11:36 +0300)
committerDan Carpenter <error27@gmail.com>
Wed, 7 Apr 2010 08:36:51 +0000 (7 11:36 +0300)
treeca78145960feaa1a9a2c267d7223c5407e87c115
parent28a396c9985c279324c883d83a6c15625320e00f
bail out earlier if functions get too difficult

This only bails out on one function, and it still doesn't make my kernel
compile on my Eee PC work.  But it's an improvement.

Mostly we bail on functions that have huge case statements.

It's weird because the old higher limits used to bail on a lot of functions
in my allmodconfig but now they don't bail on any.  Perhaps someone changed
the code?  I'd feel bad if  people were changing code just so smatch
worked on my Eee.

This stuff needs to be fixed properly at some point.

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