X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode_t.h;h=a8b5a73ff41300ea9727a544d3471f0994cba4cc;hb=3a0e181dc47df5df9cd7b63a7a8b8b6f1c56bacf;hp=6bc2330c64f12bfb12cf1279ac234be1cf86cb92;hpb=b81f1b85ae5168229e47b2da7e9eec18f8264e74;p=libfirm diff --git a/ir/be/benode_t.h b/ir/be/benode_t.h index 6bc2330c6..a8b5a73ff 100644 --- a/ir/be/benode_t.h +++ b/ir/be/benode_t.h @@ -467,6 +467,8 @@ void be_set_constr_limited(ir_node *irn, int pos, const arch_register_req_t *req */ void be_node_set_flags(ir_node *irn, int pos, arch_irn_flags_t flags); +void be_node_add_flags(ir_node *irn, int pos, arch_irn_flags_t flags); + /** * Set the register class of a node. * @param irn The node itself.