X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeutil.h;h=6e676de0d56b0267e79891b93e4b6b61666d1a75;hb=80a6158fdd766f42ee6c508a773bc114ff1b61f3;hp=cc6e60b62efc8d731683648b27f4f50aff730cf2;hpb=4402ff71e8a876aa7ef50de56597b0eb7110583d;p=libfirm diff --git a/ir/be/beutil.h b/ir/be/beutil.h index cc6e60b62..6e676de0d 100644 --- a/ir/be/beutil.h +++ b/ir/be/beutil.h @@ -64,14 +64,6 @@ static INLINE int is_data_node(const ir_node *irn) return 0; } -/** - * Make each constant local to its use. - * This duplicates all constants in order to simulate a realistic - * register pressure. - * @param irg The graph. - */ -void localize_consts(ir_graph *irg); - /** * Dump a vcg graph containing the controlflow graph, the schedule and * allocated registers.