X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Farm%2Farm_map_regs.h;h=9b41302dc7589e576e63e4edab65642045871ca0;hb=505d3662efed6efbca2c43eea2fe23b87816b285;hp=4a59c3ab378123b7c844b0937c0cd231a1073554;hpb=b68c0cfd732bac85a0ac5b3161e93e835fcdb124;p=libfirm diff --git a/ir/be/arm/arm_map_regs.h b/ir/be/arm/arm_map_regs.h index 4a59c3ab3..9b41302dc 100644 --- a/ir/be/arm/arm_map_regs.h +++ b/ir/be/arm/arm_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. * @@ -19,8 +19,8 @@ /** * @file - * @brief declarations for arm register allocation - * @author Oliver Richter, Tobias Gneist + * @brief declarations for ARM register allocation + * @author Oliver Richter, Tobias Gneist, Michael Beck * @version $Id$ */ #ifndef FIRM_BE_ARM_ARM_MAP_REGS_H @@ -38,6 +38,4 @@ int arm_cmp_irn_reg_assoc(const void *a, const void *b, size_t len); void arm_set_firm_reg(ir_node *irn, const arch_register_t *reg, set *reg_set); const arch_register_t *arm_get_firm_reg(const ir_node *irn, set *reg_set); -long arm_translate_proj_pos(const ir_node *proj); - #endif