X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbemain.c;h=4b109caedefd6fcb133d1ed0abed4ea7f8149f91;hb=505e4b0f5056fdc1553842e138c23572172ce565;hp=ed759243517918337ad852f576af0c73c5e201a4;hpb=4563d7e7eccae5d0b2ce38fde1f9db7366c728f5;p=libfirm diff --git a/ir/be/bemain.c b/ir/be/bemain.c index ed7592435..4b109caed 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -599,8 +599,8 @@ static void be_main_loop(FILE *file_handle, const char *cup_name) #ifdef WITH_ILP case BE_SCHED_ILP: be_ilp_sched(birg); - fprintf(stderr, "Warning: ILP scheduler not yet fully implemented, falling back to list scheduler.\n"); - list_sched(birg, &be_options); + //fprintf(stderr, "Warning: ILP scheduler not yet fully implemented, falling back to list scheduler.\n"); + //list_sched(birg, &be_options); break; #endif /* WITH_ILP */ };