X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_map_regs.h;h=85288770deb5625847bf6f24bd5414222810db34;hb=4d808298b72e72bd06c7466e837dd9dda4eb1070;hp=686e6a00059d5c87a05e43b4a174b1b915b2c4c2;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_map_regs.h b/ir/be/TEMPLATE/TEMPLATE_map_regs.h index 686e6a000..85288770d 100644 --- a/ir/be/TEMPLATE/TEMPLATE_map_regs.h +++ b/ir/be/TEMPLATE/TEMPLATE_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. * @@ -17,8 +17,13 @@ * PURPOSE. */ -#ifndef _TEMPLATE_MAP_REGS_H_ -#define _TEMPLATE_MAP_REGS_H_ +/** + * @file + * @brief declarations for the register allocation interface + * @version $Id$ + */ +#ifndef FIRM_BE_TEMPLATE_TEMPLATE_MAP_REGS_H +#define FIRM_BE_TEMPLATE_TEMPLATE_MAP_REGS_H #include "irnode.h" #include "set.h" @@ -32,4 +37,4 @@ const arch_register_t *TEMPLATE_get_firm_reg(const ir_node *irn, set *reg_set); long TEMPLATE_translate_proj_pos(const ir_node *proj); -#endif /* _TEMPLATE_MAP_REGS_H_ */ +#endif