fix bad input register requirements
[libfirm] / ir / be / beemitter.h
index 52131d9..7be1320 100644 (file)
@@ -88,13 +88,6 @@ void be_emit_init(FILE *F);
  */
 void be_emit_exit(void);
 
-/**
- * Emit an ident to the (assembler) output.
- *
- * @param id   the ident to be emitted
- */
-void be_emit_ident(ident *id);
-
 /**
  * Emit the output of an ir_printf.
  *