diff options
author | Christoph Mallon <mallon@cs.uni-saarland.de> | 2015-07-13 01:31:08 +0200 |
---|---|---|
committer | Christoph Mallon <mallon@cs.uni-saarland.de> | 2015-07-13 09:28:00 +0200 |
commit | 47481ab647bfe01cc5595721464c3abe3cded3d4 (patch) | |
tree | 6887b892cc74d0d0c51316ae61197c21e07f9a29 /ir/be/becopyilp2.c | |
parent | 97af4dbbcf80e9ab54daa9358115efa25ae7fd59 (diff) |
Remove co_algo_info.can_improve_existing and the option 'be.ra.chordal.co.improve'.
Heur1 is long gone, so there is nothing to improve anymore.
Diffstat (limited to 'ir/be/becopyilp2.c')
-rw-r--r-- | ir/be/becopyilp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/be/becopyilp2.c b/ir/be/becopyilp2.c index b5561cc..897a7ae 100644 --- a/ir/be/becopyilp2.c +++ b/ir/be/becopyilp2.c @@ -602,7 +602,7 @@ BE_REGISTER_MODULE_CONSTRUCTOR(be_init_copyilp2) void be_init_copyilp2(void) { static co_algo_info copyheur = { - co_solve_ilp2, 1 + co_solve_ilp2 }; be_register_copyopt("ilp", ©heur); |