From: Michael Beck Date: Sun, 29 Apr 2007 19:41:32 +0000 (+0000) Subject: updated Header X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2d0845f84ffddcc9e1b0fdf79a53bd78ebbc25a9;p=libfirm updated Header [r13546] --- 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 */