X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeemitter.h;h=366f1710b0fb2255c1c4dcbde1362c28f8ca7cfb;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=d9d40a5acb47fcd22bd62c374a60d8288851ed59;hpb=80d22a2b8ed15af53c7134a3025da89ccb1923ca;p=libfirm diff --git a/ir/be/beemitter.h b/ir/be/beemitter.h index d9d40a5ac..366f1710b 100644 --- a/ir/be/beemitter.h +++ b/ir/be/beemitter.h @@ -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.