- DeMorgan
[libfirm] / include / libfirm / typerep.h
index 57b5a3e..3ac1afd 100644 (file)
@@ -374,6 +374,12 @@ int is_entity_compiler_generated(const ir_entity *ent);
 /** Sets/resets the compiler generated flag. */
 void set_entity_compiler_generated(ir_entity *ent, int flag);
 
+/** Checks if an entity is marked by the backend. */
+int is_entity_backend_marked(const ir_entity *ent);
+
+/** Sets/resets the backend marker flag. */
+void set_entity_backend_marked(ir_entity *ent, int flag);
+
 /**
  * The state of the address_taken flag.
  */
@@ -720,7 +726,7 @@ typedef struct tp_op tp_op;
  * Returns the string for the type opcode.
  *
  * @param op  The type opcode to get the string from.
- * @return a string.  (@todo Null terminated???)
+ * @return a string.  (@todo Null terminated?)
  */
 const char *get_tpop_name (const tp_op *op);