still trying to fix irscc error
[libfirm] / ir / ana / irscc.c
index a1dca68..58ecc5a 100644 (file)
@@ -839,6 +839,7 @@ find_tail (ir_node *n) {
     }
 
   }
+  if (res_index <= -2) return NULL;
   assert (res_index > -2);
 
   set_backedge (m, res_index);