X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_map_regs.h;h=628c8d29ab153137ed71e79c39a870b49b3000d1;hb=c99aaa20c33a6f767ab26489f4bb8e2b2711a749;hp=ba1681a3d7065cad2ea4150907cfc6442001920b;hpb=f44b7664225ce1bcef6955b6e56310beb573ff4e;p=libfirm diff --git a/ir/be/ia32/ia32_map_regs.h b/ir/be/ia32/ia32_map_regs.h index ba1681a3d..628c8d29a 100644 --- a/ir/be/ia32/ia32_map_regs.h +++ b/ir/be/ia32/ia32_map_regs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -70,8 +70,8 @@ const char *ia32_get_mapped_reg_name(pmap *reg_map, const arch_register_t *reg); /** * Returns the register for parameter nr. */ -const arch_register_t *ia32_get_RegParam_reg(ia32_code_gen_t *cg, unsigned cc, - size_t nr, const ir_mode *mode); +const arch_register_t *ia32_get_RegParam_reg(unsigned cc, size_t nr, + const ir_mode *mode); static INLINE int is_unknown_reg(const arch_register_t *reg) {