X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fmips_new_nodes.h;h=1d1a45dca6223b0bcf7523b1e602f1cf4b435a27;hb=aebc3c0c980bcc0536ffdc4cb2a545961b5a8b81;hp=32aa6a14affac69f0c9b880dc5989c8a85910fa4;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/mips/mips_new_nodes.h b/ir/be/mips/mips_new_nodes.h index 32aa6a14a..1d1a45dca 100644 --- a/ir/be/mips/mips_new_nodes.h +++ b/ir/be/mips/mips_new_nodes.h @@ -1,10 +1,30 @@ -#ifndef _mips_NEW_NODES_H_ -#define _mips_NEW_NODES_H_ - -/** - * Function prototypes for the assembler ir node constructors. - * $Id$ - */ +/* + * 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 + * @brief Function prototypes for the assembler ir node constructors. + * @author Matthias Braun, Mehdi + * @version $Id$ + */ +#ifndef FIRM_BE_MIPS_MIPS_NEW_NODES_H +#define FIRM_BE_MIPS_MIPS_NEW_NODES_H #include "mips_nodes_attr.h" @@ -110,4 +130,4 @@ void mips_init_opcode_transforms(void); /* Include the generated headers */ #include "gen_mips_new_nodes.h" -#endif /* _mips_NEW_NODES_H_ */ +#endif