Make 'linearize_return()' helper function
commit46352d97f3741a6415b88644e735a0ae59e0c38c
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Aug 2011 18:43:24 +0000 (27 11:43 -0700)
committerChristopher Li <sparse@chrisli.org>
Sun, 28 Aug 2011 06:36:22 +0000 (27 23:36 -0700)
treed93893c5c31ae024ea1141888584e5265b880e29
parentcbe34a536d642fee2c0d2da5865ad09755a20652
Make 'linearize_return()' helper function

Rather than do it in that huge 'linearize_statement()' function, split
out the return generation case.  Avoids one level of indentation, and
makes for simpler and more straightforward functions.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Christopher Li <sparse@chrisli.org>
linearize.c