flow: don't inline functions which are over 20 lines long
commit93fb61858410c5749777811b5405a65fb2f6e169
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Jan 2015 11:15:23 +0000 (9 14:15 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Jan 2015 11:15:23 +0000 (9 14:15 +0300)
tree43e5eebac041931bb26c4fb3b1c70c1a03237039
parent9f9c48dbef9f3760143e8034cfa50cea33c91881
flow: don't inline functions which are over 20 lines long

Smatch tries not to inline long functions but it counts huge switch
statements as just one statement here.  Use the line number as
well/instead to limit function complexity.

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