becopyopt: Inline the thin wrapper nodes_interfere(), so we do not need to fetch...
[libfirm] / ir / be / sparc / sparc_new_nodes.h
index 8fac05c..c3a4730 100644 (file)
@@ -1,26 +1,12 @@
 /*
- * Copyright (C) 1995-2008 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.
+ * Copyright (C) 2012 University of Karlsruhe.
  */
 
 /**
  * @file
  * @brief   Function prototypes for the assembler ir node constructors.
- * @version $Id$
+ * @author  Hannes Rapp, Matthias Braun
  */
 #ifndef FIRM_BE_SPARC_SPARC_NEW_NODES_H
 #define FIRM_BE_SPARC_SPARC_NEW_NODES_H
@@ -44,9 +30,6 @@ const sparc_jmp_cond_attr_t *get_sparc_jmp_cond_attr_const(const ir_node *node);
 sparc_switch_jmp_attr_t *get_sparc_switch_jmp_attr(ir_node *node);
 const sparc_switch_jmp_attr_t *get_sparc_switch_jmp_attr_const(const ir_node *node);
 
-sparc_save_attr_t *get_sparc_save_attr(ir_node *node);
-const sparc_save_attr_t *get_sparc_save_attr_const(const ir_node *node);
-
 sparc_fp_attr_t *get_sparc_fp_attr(ir_node *node);
 const sparc_fp_attr_t *get_sparc_fp_attr_const(const ir_node *node);