CO options registration
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Tue, 16 May 2006 15:22:40 +0000 (15:22 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Tue, 16 May 2006 15:22:40 +0000 (15:22 +0000)
ir/be/bechordal_main.c

index 7636168..9c50d10 100644 (file)
@@ -256,6 +256,8 @@ static void be_ra_chordal_register_options(lc_opt_entry_t *grp)
 
                lc_opt_add_table(chordal_grp, be_chordal_options);
        }
+
+       co_register_options(chordal_grp);
 }
 #endif