Updated header
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 27 Apr 2007 10:05:03 +0000 (10:05 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 27 Apr 2007 10:05:03 +0000 (10:05 +0000)
[r13513]

ir/lower/lower_calls.c
ir/lower/lower_calls.h
ir/lower/lower_dw.c
ir/lower/lower_dw.h
ir/lower/lower_intrinsics.c
ir/lower/lower_intrinsics.h

index a1942bd..b222e2c 100644 (file)
  * 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
index f298241..8097426 100644 (file)
  * 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 */
index 018e8b6..7cfc3be 100644 (file)
  * 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"
index 94b1567..10bd5d7 100644 (file)
  */
 
 /**
- * @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 */
index d73cc86..7424ded 100644 (file)
  * 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
index 26aefb0..362ba7b 100644 (file)
  * 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 */