Use ARRAY_SIZE(x) and size_t instead of sizeof(x) / sizeof(*x) and int.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 6 Dec 2011 13:11:24 +0000 (14:11 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 6 Dec 2011 13:11:24 +0000 (14:11 +0100)
commita4a480ab014d4443ca7b161c5048734f4d736caf
tree31f56d5d099d51739d0cff65888ad42340f06a7f
parentee5425ca1c172c4cf244de9864f8fd44ad2cb645
Use ARRAY_SIZE(x) and size_t instead of sizeof(x) / sizeof(*x) and int.
ir/be/arm/arm_cconv.c
ir/be/arm/arm_transform.c
ir/be/benode.c
ir/debug/debugger.c
ir/ir/irargs.c
ir/stat/firmstat.c
ir/stat/stat_dmp.c
ir/tv/tv.c