cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 3 Dec 2012 11:48:08 +0000 (12:48 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 3 Dec 2012 13:07:55 +0000 (14:07 +0100)
commit847c1b62a1eae1e8055645996049f7f5db0a0d8b
tree1b5d1a7bf4d1bd8d61cfa45eee8c0132a60e150f
parent7cf5d1acea5684e12bd09537b60324acb1c0b163
cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x), which do the same assert.
24 files changed:
ir/ana/cgana.c
ir/ana/ircfscc.c
ir/ana/irdom.c
ir/be/amd64/amd64_transform.c
ir/be/arm/arm_transform.c
ir/be/beabi.c
ir/be/becopystat.c
ir/be/bespillutil.c
ir/be/beverify.c
ir/be/ia32/ia32_optimize.c
ir/be/ia32/ia32_transform.c
ir/ir/ircons.c
ir/opt/boolopt.c
ir/opt/cfopt.c
ir/opt/ircgopt.c
ir/opt/jumpthreading.c
ir/opt/ldstopt.c
ir/opt/loop.c
ir/opt/opt_ldst.c
ir/opt/proc_cloning.c
ir/opt/tailrec.c
ir/tr/tr_inheritance.c
ir/tr/type.c
ir/tr/typewalk.c