Convert while (w) to if (w) when possible
authorMatt Turner <mattst88@gmail.com>
Fri, 17 Feb 2012 23:17:49 +0000 (18:17 -0500)
committerMatt Turner <mattst88@gmail.com>
Sat, 18 Feb 2012 22:41:10 +0000 (17:41 -0500)
commitfced5c82c2f0d6d00cb8d0a30ce6a04ec196d274
treecb5597d2da25228e3ab64f59ac3b8b118d45a9c8
parente27bdcd968e786079353432d14816600bf813d76
Convert while (w) to if (w) when possible

Missed in commit 57fd8c37.

Signed-off-by: Matt Turner <mattst88@gmail.com>
pixman/pixman-mmx.c
pixman/pixman-sse2.c