fix output constraints of ia32_IJmp
[libfirm] / ir / be / beutil.c
index 3db55a7..6bafeaa 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief       Contains some useful function for the backend.
  * @author      Sebastian Hack
- * @version     $Id$
  */
 #include "config.h"
 
@@ -54,8 +53,7 @@ void be_clear_links(ir_graph *irg)
  */
 ir_node *be_get_Proj_for_pn(const ir_node *irn, long pn)
 {
-       const ir_edge_t *edge;
-       ir_node         *proj;
+       ir_node *proj;
        assert(get_irn_mode(irn) == mode_T && "need mode_T");
 
        foreach_out_edge(irn, edge) {