X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbeemitter.h;h=7be1320ac2af126c03738e47e8e162e7fb30e8dd;hb=c6571686bfbfb3c87ae24ae1dc568e685d6cd49a;hp=d9d40a5acb47fcd22bd62c374a60d8288851ed59;hpb=80d22a2b8ed15af53c7134a3025da89ccb1923ca;p=libfirm diff --git a/ir/be/beemitter.h b/ir/be/beemitter.h index d9d40a5ac..7be1320ac 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) */ @@ -89,20 +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 a firm tarval. - * - * @param tv the tarval to be emitted - */ -void be_emit_tarval(tarval *tv); - /** * Emit the output of an ir_printf. *