From 841a0e3596a9ae5532c0e21d2087475ceaad4953 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Tue, 28 Feb 2006 15:58:42 +0000 Subject: [PATCH] removed unnecessary function --- ir/be/bearch.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ir/be/bearch.h b/ir/be/bearch.h index 0c0cf0d87..c9fefb31b 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -557,15 +557,6 @@ struct _arch_isa_if_t { * @return The list scheduler selector. */ const list_sched_selector_t *(*get_list_sched_selector)(const void *self); - - /** - * Take a proj from a call, set the correct register and projnum for this proj - * @param self The isa object. - * @param proj The proj - * @param is_keep Non-zero if proj is a Keep argument - * @return The backend proj number assigned to this proj - */ - long (*handle_call_proj)(const void *self, ir_node *proj, int is_keep); }; #define arch_isa_get_n_reg_class(isa) ((isa)->impl->get_n_reg_class(isa)) -- 2.20.1