Make 'linearize_iterator()' helper function
commit979f0259c17997917db8a13843075d80a26a02ee
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Aug 2011 18:30:31 +0000 (27 11:30 -0700)
committerChristopher Li <sparse@chrisli.org>
Sun, 28 Aug 2011 06:33:51 +0000 (27 23:33 -0700)
tree5cbafc371b8a1afb5d4ea55de3b1be0b6a6cee39
parentd385c9d0de358531abca1ac0685a7e1f462d69e2
Make 'linearize_iterator()' helper function

Rather than do it in that huge 'linearize_statement()' function, split
out the iterator 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