c-common.c (c_common_reswords): Reorder.
[gcc.git] / gcc / ifcvt.c
index 3e2679923d4350305b807b95a51f8c22567a8a15..b34aee27379598be259f81c981d8eaaf388a8eb8 100644 (file)
@@ -481,7 +481,8 @@ cond_exec_process_if_block (ce_if_block_t * ce_info,
       /* Look for matching sequences at the head and tail of the two blocks,
         and limit the range of insns to be converted if possible.  */
       n_matching = flow_find_cross_jump (then_bb, else_bb,
-                                        &then_first_tail, &else_first_tail);
+                                        &then_first_tail, &else_first_tail,
+                                        NULL);
       if (then_first_tail == BB_HEAD (then_bb))
        then_start = then_end = NULL_RTX;
       if (else_first_tail == BB_HEAD (else_bb))