Fixed some problems due to refactoring in previous revisions.
[libfirm] / ir / be / begnuas.h
index edb75d0..a7e3686 100644 (file)
@@ -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.
  *