From cbb0abb6d3754a074e7eceaceb89780c0f1a7b1c Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 1 Dec 2010 13:25:41 +0000 Subject: [PATCH] callback typedef not needed anymore [r28175] --- include/libfirm/be.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/libfirm/be.h b/include/libfirm/be.h index 086eedb41..2d7127668 100644 --- a/include/libfirm/be.h +++ b/include/libfirm/be.h @@ -60,14 +60,6 @@ ENUM_BITSET(asm_constraint_flags_t) */ typedef ir_node *(create_trampoline_fkt)(ir_node *block, ir_node *mem, ir_node *trampoline, ir_node *env, ir_node *callee); -/** callback where the backend performs required lowering for the target - * architecture. Typical examples are transforming doubleword operations into - * sequences of word operations. The callback should be invoked before the - * frontend, because it is usually a good idea to perform other optimisations - * after the lowering - */ -typedef void (*lower_for_target_func)(void); - /** * This structure contains parameters that should be * propagated to the libFirm parameter set. -- 2.20.1