sparc: Clean up introduce_epilog().
[libfirm] / ir / be / begnuas.h
index 9f0bd08..8536679 100644 (file)
@@ -113,6 +113,11 @@ void be_gas_emit_block_name(const ir_node *block);
  */
 void be_gas_begin_block(const ir_node *block, bool needs_label);
 
+/**
+ * emit a string (takes care of escaping special chars)
+ */
+void be_gas_emit_cstring(const char *string);
+
 /**
  * Starts emitting a compilation unit. This emits:
  *  - global assembler snippets