diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-09-13 10:37:49 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-09-13 10:37:49 -0700 |
commit | e252b51ccde010cbd2a146485d8045103cd99533 (patch) | |
tree | e060f101cdc32bf5e520de8e5275db9d4236b74c /gcc/reload1.c | |
parent | f10c7c4596dda99d2ee872c995ae4aeda65adbdf (diff) | |
parent | 104c05c5284b7822d770ee51a7d91946c7e56d50 (diff) | |
download | gcc-e252b51ccde010cbd2a146485d8045103cd99533.zip gcc-e252b51ccde010cbd2a146485d8045103cd99533.tar.gz gcc-e252b51ccde010cbd2a146485d8045103cd99533.tar.bz2 |
Merge from trunk revision 104c05c5284b7822d770ee51a7d91946c7e56d50.
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 5 |
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) { |