X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fbe.h;h=2d7127668bdd3a961db47123e12234ee95781e5c;hb=e3f51845a3d0fc2162e36fba3eea5b17a913fe38;hp=086eedb4123d55af07ef7ae9b8539914e8743063;hpb=7fc5212efdd0faf06fed3850760ca319bdc66afc;p=libfirm 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.