put optimisation module init function declarations into firm_init.h; make loop invers...
authorMatthias Braun <matze@braunis.de>
Wed, 16 Dec 2009 13:21:16 +0000 (13:21 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 16 Dec 2009 13:21:16 +0000 (13:21 +0000)
commit9d500f9aa4f5fe482e47417ce1190b9193856543
tree24cae8370dbf82d1dfe66fc173d5c9fdd82795a9
parent24a5c9dd081da94e603f22cc3691f2d92e1f64e4
put optimisation module init function declarations into firm_init.h; make loop inversion and loop peeling available in the public API.

[r26795]
14 files changed:
include/libfirm/iroptimize.h
ir/common/firm.c
ir/opt/funccall.c
ir/opt/funccall_t.h [deleted file]
ir/opt/loop.c
ir/opt/opt_init.h [new file with mode: 0644]
ir/opt/opt_inline.c
ir/opt/opt_inline_t.h [deleted file]
ir/opt/reassoc.c
ir/opt/reassoc_t.h
ir/opt/scalar_replace.c
ir/opt/scalar_replace.h
ir/opt/tropt.c
ir/opt/tropt.h [deleted file]