remove $Id$, it doesn't work with git anyway
[libfirm] / ir / be / sparc / sparc_emitter.h
index 0153147..6b91a1a 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief    declarations for emit functions
  * @author   Hannes Rapp, Matthias Braun
- * @version  $Id$
  */
 #ifndef FIRM_BE_SPARC_EMITTER_H
 #define FIRM_BE_SPARC_EMITTER_H
 
 #include "bearch_sparc_t.h"
 
+/**
+ * indent before instruction. (Adds additional indentation when emitting
+ * delay slots)
+ */
+void sparc_emit_indent(void);
+
 void sparc_emit_immediate(const ir_node *node);
 void sparc_emit_high_immediate(const ir_node *node);
 void sparc_emit_mode(const ir_node *node);