flow: cleanup: make split_function() it's own function
commit4f16abe8ca57628bfff8a831ce353d9186cb826e
authorDan Carpenter <error27@gmail.com>
Sat, 1 May 2010 16:59:37 +0000 (1 18:59 +0200)
committerDan Carpenter <error27@gmail.com>
Sat, 1 May 2010 16:59:37 +0000 (1 18:59 +0200)
tree07f43345ef883aa0cb4400b8ba37b4a3f9ba8900
parentb050518133acac9e3520dd24beafc07452da0bf3
flow: cleanup: make split_function() it's own function

I may use this in handling inline functions.  But even if I don't
split_functions() was getting quite large and messy.

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