X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbegnuas.h;h=a7e3686b2d842c3ed9524258dcab137c685e7df3;hb=15769c9f67d00b398ff43e013eddbe5269ba5787;hp=edb75d0146f5f34bc4f4eb4458bc794aa0780003;hpb=1dda364d51a065159f1fa8f3b4a175a56dc78030;p=libfirm diff --git a/ir/be/begnuas.h b/ir/be/begnuas.h index edb75d014..a7e3686b2 100644 --- a/ir/be/begnuas.h +++ b/ir/be/begnuas.h @@ -71,6 +71,11 @@ extern be_gas_flavour_t be_gas_flavour; void be_gas_emit_decls(const be_main_env_t *main_env, int only_emit_marked_entities); +/** + * Emit an entity (the entities name or a block label) + */ +void be_gas_emit_entity(ir_entity *entity); + /** * Switch the current output section to the given out. *