Add is_Conv().
[libfirm] / ir / ir / irarch.h
index 84e8b88..2a36ac2 100644 (file)
@@ -1,16 +1,33 @@
-/**
- * @file irarch.h
- * @date 1.10.2004
- * @author Sebastian Hack
- * @brief Some machine dependent optimizations.
+/*
+ * 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.
  *
- * $Id$
+ * 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.
  */
 
-#ifndef _FIRM_IRARCH_H
-#define _FIRM_IRARCH_H
+/**
+ * @file
+ * @brief  Some machine dependent optimizations.
+ * @date   1.10.2004
+ * @author Sebastian Hack
+ * @version $Id$
+ */
+#ifndef FIRM_IR_IRARCH_H
+#define FIRM_IR_IRARCH_H
 
-#include "irnode.h"
+#include "firm_types.h"
 
 /**
  * A parameter structure that drives the machine dependent Firm
@@ -136,4 +153,4 @@ ir_node *arch_dep_replace_mod_by_const(ir_node *irn);
  */
 void arch_dep_replace_divmod_by_const(ir_node **div, ir_node **mod, ir_node *irn);
 
-#endif /* _FIRM_IRARCH_H */
+#endif