introduce opt_manage framework
authorAndreas Zwinkau <zwinkau@kit.edu>
Wed, 7 Sep 2011 12:59:03 +0000 (14:59 +0200)
committerAndreas Zwinkau <zwinkau@kit.edu>
Wed, 14 Sep 2011 10:42:06 +0000 (12:42 +0200)
commit57c0820b6e1c9cb03811e58c62c6b4220633eca3
tree986f1deb1ca583ef9a1db8d7499d21576f311032
parent7e4960409677d8511ca54f89bddfc8655cd2294e
introduce opt_manage framework

This is a basic implementation of http://libfirm.org/PhaseManagement

Introduces remove_unreachable_blocks as an extra API function,
which does a subset of optimize_graph_df.
include/libfirm/irgraph.h
ir/ir/unreachable.c
ir/opt/opt_manage.c [new file with mode: 0644]
ir/opt/opt_manage.h [new file with mode: 0644]