Partially undo r20786: Emit ret $0 especially when its BB is only reached by a fallt...
[libfirm] / ir / be / arm / arm_map_regs.h
index 4a59c3a..9b41302 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -19,8 +19,8 @@
 
 /**
  * @file
- * @brief  declarations for arm register allocation
- * @author Oliver Richter, Tobias Gneist
+ * @brief  declarations for ARM register allocation
+ * @author Oliver Richter, Tobias Gneist, Michael Beck
  * @version $Id$
  */
 #ifndef FIRM_BE_ARM_ARM_MAP_REGS_H
@@ -38,6 +38,4 @@ int  arm_cmp_irn_reg_assoc(const void *a, const void *b, size_t len);
 void arm_set_firm_reg(ir_node *irn, const arch_register_t *reg, set *reg_set);
 const arch_register_t *arm_get_firm_reg(const ir_node *irn, set *reg_set);
 
-long arm_translate_proj_pos(const ir_node *proj);
-
 #endif