aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-01 01:15:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-01 01:15:07 +0000
commit6001794def1de775fa296fa60b8bf5630dc97736 (patch)
tree5598774dfea689770b311deffdc2ccd8112d6016 /gcc/rtl.h
parent7d896ee96b213c6e77acd70f44bfb18d1a72c905 (diff)
downloadgcc-6001794def1de775fa296fa60b8bf5630dc97736.zip
gcc-6001794def1de775fa296fa60b8bf5630dc97736.tar.gz
gcc-6001794def1de775fa296fa60b8bf5630dc97736.tar.bz2
combine.c (distribute_notes): Don't bother REG_WAS_0.
* combine.c (distribute_notes): Don't bother REG_WAS_0. * cse.c (cse_insn): Likewise. * final.c (final_scan_insn): Likewise. * jump.c (duplicate_loop_exit_test): Likewise. * rtl.c (reg_note_name): Remove REG_WAS_0. * rtl.h (REG_WAS_0): Remove. * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0. * config/avr/avr.c (output_movqi): Don't use reg_was_0. (output_movhi): Likewise. (output_movsisf): Likewise. (reg_was_0): Remove. * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use REG_WAS_0. (m68hc11_gen_movqi): Likewise. * config/vax/vax-protos.h: Remove the prototype for reg_was_0_p. * config/vax/vax.c (follows_p): Remove. (reg_was_0_p): Likewise. * config/vax/vax.md (movsi): Don't use reg_was_0_p. (movhi): Likewise. (movqi): Likewise. * doc/rtl.texi (REG_WAS_0): Remove. From-SVN: r68753
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 6255639..bba5301 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -633,12 +633,6 @@ enum reg_note
but it can be used for cse. */
REG_EQUAL,
- /* The register set in this insn held 0 before the insn. The contents of
- the note is the insn that stored the 0. If that insn is deleted or
- patched to a NOTE, the REG_WAS_0 is inoperative. The REG_WAS_0 note
- is actually an INSN_LIST, not an EXPR_LIST. */
- REG_WAS_0,
-
/* This insn copies the return-value of a library call out of the hard reg
for return values. This note is actually an INSN_LIST and it points to
the first insn involved in setting up arguments for the call. flow.c