X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firvrfy.h;h=d073c88773aa9908e48f3e144cea799746df6e36;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=4aa2142dc002a3eb2ff9528b21515a511cdf36b6;hpb=464132f4d8840f7bb4228bfeef5484331bf50835;p=libfirm diff --git a/ir/ir/irvrfy.h b/ir/ir/irvrfy.h index 4aa2142dc..d073c8877 100644 --- a/ir/ir/irvrfy.h +++ b/ir/ir/irvrfy.h @@ -1,24 +1,30 @@ /* - * Project: libFIRM - * File name: ir/ir/irvrfy.h - * Purpose: Check irnodes for correctness. - * Author: Christian Schaefer - * Modified by: Goetz Lindenmaier. Till Riedel - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2003 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * 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 irvrfy.h - * - * ir graph verification. - * - * @author Christian Schaefer + * @file + * @brief Check irnodes for correctness. + * @author Christian Schaefer, Goetz Lindenmaier, Till Riedel + * @version $Id$ */ -#ifndef _FIRM_IR_IRVRFY_H_ -#define _FIRM_IR_IRVRFY_H_ +#ifndef FIRM_IR_IRVRFY_H +#define FIRM_IR_IRVRFY_H #include "firm_types.h" @@ -97,4 +103,4 @@ int irg_vrfy_bads(ir_graph *irg, int flags); */ void vrfy_enable_entity_tests(int enable); -#endif /* _FIRM_IR_IRVRFY_H_ */ +#endif