X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeschedrand.c;h=3388907a3f7033ba24b7096c92f28697c5df4cd6;hb=4a4a64bc6a7bec26b2870746a2873a16579bf413;hp=03822258abd9f709811bb819c4101af054596e9f;hpb=e66230064eece9d3e28b66ae3a26bf8554459c60;p=libfirm diff --git a/ir/be/beschedrand.c b/ir/be/beschedrand.c index 03822258a..3388907a3 100644 --- a/ir/be/beschedrand.c +++ b/ir/be/beschedrand.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. * @@ -93,7 +93,7 @@ static void *random_init_block(void *graph_env, ir_node *block) return graph_env; } -static const list_sched_selector_t random_selector_struct = { +const list_sched_selector_t random_selector = { random_init_graph, random_init_block, random_select, @@ -105,5 +105,3 @@ static const list_sched_selector_t random_selector_struct = { NULL, /* finish_block */ NULL /* finish_graph */ }; - -const list_sched_selector_t *random_selector = &random_selector_struct;