aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r--gcc/reload1.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 40e7e39..1e9f361 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -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)
{