X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeschedrss.h;h=97a392f6e32b630da5607c617a658fa0666018f4;hb=dd4cd761ab637d4488c7e29f49843b1b02366acf;hp=dfc920c2ddef7ec782f75732906264f18d509447;hpb=39f3a8dbd0f00f90b7b12a849d1bf7b9c1329479;p=libfirm diff --git a/ir/be/beschedrss.h b/ir/be/beschedrss.h index dfc920c2d..97a392f6e 100644 --- a/ir/be/beschedrss.h +++ b/ir/be/beschedrss.h @@ -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. * @@ -37,6 +37,6 @@ * Perform RSS schedule preprocessing for the given irg. * @param birg The backend irg object */ -void rss_schedule_preparation(const be_irg_t *birg); +void rss_schedule_preparation(be_irg_t *birg); #endif /* FIRM_BE_BESCHEDRSS_H */