- Allocate register slots array separately on obstack
[libfirm] / ir / be / ppc32 / ppc32_new_nodes.h
index a5ca72d..d57c877 100644 (file)
@@ -1,10 +1,30 @@
-#ifndef _PPC32_NEW_NODES_H_
-#define _PPC32_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 ppc32 assembler ir node constructors.
+ * @author  Moritz Kroll, Jens Mueller
+ * @version $Id$
+ */
+#ifndef FIRM_BE_PPC32_PPC32_NEW_NODES_H
+#define FIRM_BE_PPC32_PPC32_NEW_NODES_H
 
 #include "ppc32_nodes_attr.h"
 
@@ -84,11 +104,6 @@ int get_ppc32_out_regnr(const ir_node *node, int pos);
  */
 const arch_register_t *get_ppc32_out_reg(const ir_node *node, int pos);
 
-/**
- * Sets the number of results.
- */
-void set_ppc32_n_res(ir_node *node, int n_res);
-
 /**
  * Returns the number of results.
  */
@@ -127,4 +142,4 @@ void ppc32_register_additional_opcodes(int opcode_num);
 /* Include the generated headers */
 #include "gen_ppc32_new_nodes.h"
 
-#endif /* _PPC32_NEW_NODES_H_ */
+#endif