convert opts to use the opt_manage framework
authorAndreas Zwinkau <zwinkau@kit.edu>
Fri, 2 Sep 2011 11:59:47 +0000 (13:59 +0200)
committerAndreas Zwinkau <zwinkau@kit.edu>
Wed, 14 Sep 2011 10:42:11 +0000 (12:42 +0200)
commit8a98cf06c4fb193ea8025a6dfcdbe161187d143f
tree712be6e3ac68667c5a424f7fcfe5985063e432f5
parent57c0820b6e1c9cb03811e58c62c6b4220633eca3
convert opts to use the opt_manage framework

Converted: ifconv, boolopt, combo, fpvrp, ldst, code placement,
jumpthreading, deconv, parallelize mem, loop, scalar replacement,
cfopt.
13 files changed:
ir/opt/boolopt.c
ir/opt/cfopt.c
ir/opt/code_placement.c
ir/opt/combo.c
ir/opt/convopt.c
ir/opt/fp-vrp.c
ir/opt/ifconv.c
ir/opt/jumpthreading.c
ir/opt/ldstopt.c
ir/opt/loop.c
ir/opt/opt_manage.c
ir/opt/parallelize_mem.c
ir/opt/scalar_replace.c