]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/reload1.c
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / reload1.c
index 40e7e39c4765f97a0763296d8ecd4976f3d2a121..1e9f361fff4b9e789ca8f916464c2bd36c715ce3 100644 (file)
@@ -2539,7 +2539,6 @@ eliminate_regs_1 (rtx x, machine_mode mem_mode, rtx insn,
     case SYMBOL_REF:
     case CODE_LABEL:
     case PC:
-    case CC0:
     case ASM_INPUT:
     case ADDR_VEC:
     case ADDR_DIFF_VEC:
@@ -2962,7 +2961,6 @@ elimination_effects (rtx x, machine_mode mem_mode)
     case SYMBOL_REF:
     case CODE_LABEL:
     case PC:
-    case CC0:
     case ASM_INPUT:
     case ADDR_VEC:
     case ADDR_DIFF_VEC:
@@ -4341,7 +4339,6 @@ scan_paradoxical_subregs (rtx x)
     case SYMBOL_REF:
     case LABEL_REF:
     CASE_CONST_ANY:
-    case CC0:
     case PC:
     case USE:
     case CLOBBER:
@@ -7852,7 +7849,7 @@ do_input_reload (class insn_chain *chain, struct reload *rl, int j)
 /* Do output reloading for reload RL, which is for the insn described by
    CHAIN and has the number J.
    ??? At some point we need to support handling output reloads of
-   JUMP_INSNs or insns that set cc0.  */
+   JUMP_INSNs.  */
 static void
 do_output_reload (class insn_chain *chain, struct reload *rl, int j)
 {