From 2d0845f84ffddcc9e1b0fdf79a53bd78ebbc25a9 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 29 Apr 2007 19:41:32 +0000 Subject: [PATCH] updated Header [r13546] --- ir/opt/scalar_replace.c | 14 +++++--------- ir/opt/scalar_replace.h | 22 +++++++++------------- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/ir/opt/scalar_replace.c b/ir/opt/scalar_replace.c index 8e4f2d39c..1011145d1 100644 --- a/ir/opt/scalar_replace.c +++ b/ir/opt/scalar_replace.c @@ -17,15 +17,11 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/opt/scalar_replace.c - * Purpose: scalar replacement of arrays and compounds - * Author: Beyhan Veliev - * Modified by: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universität Karlsruhe +/** + * @file + * @brief Scalar replacement of compounds. + * @author Beyhan Veliev, Michael Beck + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ir/opt/scalar_replace.h b/ir/opt/scalar_replace.h index 51df64d6a..9313ca7b7 100644 --- a/ir/opt/scalar_replace.h +++ b/ir/opt/scalar_replace.h @@ -17,20 +17,16 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/opt/scalar_replace.h - * Purpose: scalar replacement of compounds - * Author: Beyhan Veliev - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universität Karlsruhe +/** + * @file + * @brief Scalar replacement of compounds. + * @author Beyhan Veliev, Michael Beck + * @version $Id$ */ +#ifndef FIRM_OPT_SCALAR_REPLACE_H +#define FIRM_OPT_SCALAR_REPLACE_H -#ifndef _SCALAR_REPLACE_H_ -#define _SCALAR_REPLACE_H_ - -#include "irgraph.h" +#include "firm_types.h" /** * Returns non-zero, if the address of an entity @@ -49,4 +45,4 @@ int is_address_taken(ir_node *sel); */ void scalar_replacement_opt(ir_graph *irg); -#endif /* _SCALAR_REPLACE_H_ */ +#endif /* FIRM_OPT_SCALAR_REPLACE_H */ -- 2.20.1