Fixed and simplified rot matcher
[libfirm] / ir / be / begnuas.h
index 15b461f..7ca65e6 100644 (file)
@@ -87,6 +87,11 @@ void be_gas_emit_function_epilog(ir_entity *entity);
 /**
  * Return the label prefix for labeled blocks.
  */
-const char *be_gas_label_prefix(void);
+const char *be_gas_block_label_prefix(void);
+
+/**
+ * Return the label prefix for labeled instructions.
+ */
+const char *be_gas_insn_label_prefix(void);
 
 #endif