avoid _ prefix in identifiers, correct coding style
authorMatthias Braun <matze@braunis.de>
Mon, 31 Oct 2011 12:08:13 +0000 (13:08 +0100)
committerMatthias Braun <matze@braunis.de>
Wed, 2 Nov 2011 18:48:33 +0000 (19:48 +0100)
commit9f7a1e686bde4ec490e4983a6f4cf204528b90cd
tree2239f71e2230dba43a1cbd4fa53b2cdee434525c
parentf35117c9cdcf05135c3a0f3be6f4d0861237907b
avoid _ prefix in identifiers, correct coding style

They are reserved in ANSI-C so instead of _XXX we use XXX_ now.
16 files changed:
ir/ir/irbitset.h
ir/ir/iredges.c
ir/ir/iredges_t.h
ir/ir/irflag.c
ir/ir/irflag_t.h
ir/ir/irgraph.c
ir/ir/irgraph_t.h
ir/ir/irnode.c
ir/ir/irnode_t.h
ir/ir/irop.c
ir/ir/irop_t.h
ir/ir/irprofile.c
ir/ir/irprog.c
ir/ir/irprog_t.h
ir/ir/irverify.c
scripts/gen_ir.py