X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemodule.c;h=6c3d8292357a01bc1980addc9dac28b1f83a5cbf;hb=89dc24503c04139bb05504059b291d6d89f99661;hp=bf6d09e891f039960041920ade175fec35be2c00;hpb=ea804e24181b555339e9c107eb75ea960f753297;p=libfirm diff --git a/ir/be/bemodule.c b/ir/be/bemodule.c index bf6d09e89..6c3d82923 100644 --- a/ir/be/bemodule.c +++ b/ir/be/bemodule.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -60,6 +60,7 @@ void be_init_peephole(void); void be_init_ra(void); void be_init_spillbelady(void); void be_init_spillbelady2(void); +void be_init_spillbelady3(void); void be_init_ssaconstr(void); void be_init_ifg(void); void be_init_irgmod(void); @@ -103,6 +104,7 @@ void be_init_modules(void) be_init_ra(); be_init_spillbelady(); be_init_spillbelady2(); + be_init_spillbelady3(); be_init_daemelspill(); be_init_ssaconstr(); be_init_state();