becopyilp: fix size_reduction code
[libfirm] / ir / be / beemitter.h
index d9d40a5..366f171 100644 (file)
@@ -22,7 +22,6 @@
  * @brief       Interface for assembler output.
  * @author      Matthias Braun
  * @date        12.03.2007
- * @version     $Id$
  *
  * This is a framework for emitting data (usually the final assembly code)
  */
@@ -101,7 +100,7 @@ void be_emit_ident(ident *id);
  *
  * @param tv   the tarval to be emitted
  */
-void be_emit_tarval(tarval *tv);
+void be_emit_tarval(ir_tarval *tv);
 
 /**
  * Emit the output of an ir_printf.