X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelive.h;h=fcc12680820682a2afda157d7fea22deb65ddab0;hb=83c9157ff224552a9b16a73fe4a16451f4963831;hp=754847b0e66e3ba2cdf1b38ac3c17b6be20f9d29;hpb=d26125ca5720072a4975d37c0a17f7ad6c18de2d;p=libfirm diff --git a/ir/be/belive.h b/ir/be/belive.h index 754847b0e..fcc126808 100644 --- a/ir/be/belive.h +++ b/ir/be/belive.h @@ -38,4 +38,12 @@ int (is_live_in)(const ir_node *block, const ir_node *irn); */ int (is_live_out)(const ir_node *block, const ir_node *irn); +/** + * Check, if a node is live at the end of a block. + * @param block The block. + * @param irn The node to check for. + * @return 1, if @p irn is live at the end of the block, 0 if not. + */ +int (is_live_end)(const ir_node *block, const ir_node *irn); + #endif