From 2eb47b449dbbf0a4b397a36ae8fa401d1cd99269 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 27 Apr 2007 10:05:03 +0000 Subject: [PATCH] Updated header [r13513] --- ir/lower/lower_calls.c | 13 +++++-------- ir/lower/lower_calls.h | 25 +++++++------------------ ir/lower/lower_dw.c | 14 ++++++-------- ir/lower/lower_dw.h | 18 ++++++++---------- ir/lower/lower_intrinsics.c | 13 +++++-------- ir/lower/lower_intrinsics.h | 25 +++++++------------------ 6 files changed, 38 insertions(+), 70 deletions(-) diff --git a/ir/lower/lower_calls.c b/ir/lower/lower_calls.c index a1942bde5..b222e2c47 100644 --- a/ir/lower/lower_calls.c +++ b/ir/lower/lower_calls.c @@ -17,14 +17,11 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/lower/lower_calls.c - * Purpose: lowering of Calls with compound parameters - * Author: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universität Karlsruhe +/** + * @file + * @brief Lowering of Calls with compound parameters and return types. + * @author Michael Beck + * @version $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/ir/lower/lower_calls.h b/ir/lower/lower_calls.h index f298241a5..809742641 100644 --- a/ir/lower/lower_calls.h +++ b/ir/lower/lower_calls.h @@ -17,25 +17,14 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/lower/lower_calls.h - * Purpose: lowering of Calls with compound parameters - * Author: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universität Karlsruhe - */ - /** - * @file lower_calls.h - * - * Lowering of Calls with compound return types. - * - * @author Michael Beck + * @file + * @brief Lowering of Calls with compound parameters and return types. + * @author Michael Beck + * @version $Id$ */ -#ifndef _LOWER_CALLS_H_ -#define _LOWER_CALLS_H_ +#ifndef FIRM_LOWER_LOWER_CALLS_H +#define FIRM_LOWER_LOWER_CALLS_H /** * A type telling where to add hidden parameters. @@ -154,4 +143,4 @@ typedef struct { */ void lower_calls_with_compounds(const lower_params_t *params); -#endif /* _LOWER_CALLS_H_ */ +#endif /* FIRM_LOWER_LOWER_CALLS_H */ diff --git a/ir/lower/lower_dw.c b/ir/lower/lower_dw.c index 018e8b67d..7cfc3be09 100644 --- a/ir/lower/lower_dw.c +++ b/ir/lower/lower_dw.c @@ -17,14 +17,12 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/lower/lower_dw.c - * Purpose: Lower Double word operations, ie Mode L -> I. - * Author: Michael Beck - * Created: 8.10.2004 - * CVS-ID: $Id$ - * Copyright: (c) 1998-2006 Universität Karlsruhe +/** + * @file + * @brief Lower Double word operations, ie 64bit -> 32bit, 32bit -> 16bit etc. + * @date 8.10.2004 + * @author Michael Beck + * @version $Id$ */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/ir/lower/lower_dw.h b/ir/lower/lower_dw.h index 94b1567bd..10bd5d7ac 100644 --- a/ir/lower/lower_dw.h +++ b/ir/lower/lower_dw.h @@ -18,16 +18,14 @@ */ /** - * @file irlwrdw.h - * @date 8.10.2004 - * @author Michael Beck - * @brief Lower Double word operations, ie Mode L -> I - * - * $Id$ + * @file + * @brief Lower Double word operations, ie 64bit -> 32bit, 32bit -> 16bit etc. + * @date 8.10.2004 + * @author Michael Beck + * @version $Id$ */ - -#ifndef _FIRM_LOWER_DW_H -#define _FIRM_LOWER_DW_H +#ifndef FIRM_LOWER_LOWER_DW_H +#define FIRM_LOWER_LOWER_DW_H #include "firm_types.h" @@ -72,4 +70,4 @@ ir_entity *def_create_intrinsic_fkt(ir_type *method, const ir_op *op, const ir_mode *imode, const ir_mode *omode, void *context); -#endif /* _FIRM_LOWER_DW_H */ +#endif /* FIRM_LOWER_LOWER_DW_H */ diff --git a/ir/lower/lower_intrinsics.c b/ir/lower/lower_intrinsics.c index d73cc8675..7424ded3a 100644 --- a/ir/lower/lower_intrinsics.c +++ b/ir/lower/lower_intrinsics.c @@ -17,14 +17,11 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/lower/lower_intrinsics.c - * Purpose: lowering of Calls of intrinsic functions - * Author: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universität Karlsruhe +/** + * @file + * @brief lowering of Calls of intrinsic functions + * @author Michael Beck + * @version $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/ir/lower/lower_intrinsics.h b/ir/lower/lower_intrinsics.h index 26aefb023..362ba7b59 100644 --- a/ir/lower/lower_intrinsics.h +++ b/ir/lower/lower_intrinsics.h @@ -17,25 +17,14 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/lower/lower_intrinsics.h - * Purpose: lowering of Calls of intrinsic functions - * Author: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universität Karlsruhe - */ - /** - * @file lower_intrinsics.h - * - * Lowering of Calls of intrinsic functions. - * - * @author Michael Beck + * @file + * @brief lowering of Calls of intrinsic functions + * @author Michael Beck + * @version $Id$ */ -#ifndef _LOWER_INTRINSICS_H_ -#define _LOWER_INTRINSICS_H_ +#ifndef FIRM_LOWER_LOWER_INTRINSICS_H +#define FIRM_LOWER_LOWER_INTRINSICS_H #include "firm_types.h" @@ -184,4 +173,4 @@ typedef struct _runtime_rt { */ int i_mapper_RuntimeCall(ir_node *node, runtime_rt *rt); -#endif /* _LOWER_INTRINSICS_H_ */ +#endif /* FIRM_LOWER_LOWER_INTRINSICS_H */ -- 2.20.1