aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2007-02-20 22:14:41 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2007-02-20 22:14:41 +0000
commit7cd689bcf045c55b1786cdbc84c9f63a07070a58 (patch)
tree86910b46650f770e82274e25d7d3f2c992409256 /gcc/rtl.h
parentea8f106d4c4e16933ef9bbd8bbd5a8588cd6c53f (diff)
downloadgcc-7cd689bcf045c55b1786cdbc84c9f63a07070a58.zip
gcc-7cd689bcf045c55b1786cdbc84c9f63a07070a58.tar.gz
gcc-7cd689bcf045c55b1786cdbc84c9f63a07070a58.tar.bz2
rtl.h (remove_reg_equal_equiv_notes): New prototype.
* rtl.h (remove_reg_equal_equiv_notes): New prototype. * rtlanal.c (remove_reg_equal_equiv_notes): New function. * combine.c (adjust_for_new_dest): Use it. * postreload.c (reload_combine): Likewise. From-SVN: r122178
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index fdd582d..6bf09aa 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1702,6 +1702,7 @@ extern int find_reg_fusage (rtx, enum rtx_code, rtx);
extern int find_regno_fusage (rtx, enum rtx_code, unsigned int);
extern int pure_call_p (rtx);
extern void remove_note (rtx, rtx);
+extern void remove_reg_equal_equiv_notes (rtx);
extern int side_effects_p (rtx);
extern int volatile_refs_p (rtx);
extern int volatile_insn_p (rtx);