Prevent SSA construction from running into endless loops.
[libfirm] / ir / be / beemitter.h
index d9d40a5..b930bce 100644 (file)
@@ -101,7 +101,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.