X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeabi.c;h=749880069fa0555374b93e97d0c052698f4d00bc;hb=dfc341ac6f54b4b0922d605e28333be76f487c68;hp=d692cd9ecf1616648530c5df68c3b866a5b20643;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beabi.c b/ir/be/beabi.c index d692cd9ec..749880069 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -1,12 +1,5 @@ -/** - * @file becopyheur4.c - * @brief ABI lowering - * @author Sebastian Hack - * @date 7.3.2005 - * @version $Id$ - * @license - * - * Copyrigth (C) 1995-2007 University of Karlsruhe. All right reserved. +/* + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -22,7 +15,13 @@ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE. - * + */ + +/** + * @file + * @brief Backend ABI implementation. + * @author Sebastian Hack + * @version $Id$ */ #ifdef HAVE_CONFIG_H # include "config.h"