diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2007-09-19 02:58:24 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2007-09-19 02:58:24 +0000 |
commit | aa317c97cf2fc0170203d7667c8cd41798793e1c (patch) | |
tree | 3d0567ca053f25a45c1c2c4020d91f2c5cace55d /gcc/rtl.h | |
parent | 19bfb9361e2db9c9e4a57043d9bed3f0e7df2ccb (diff) | |
download | gcc-aa317c97cf2fc0170203d7667c8cd41798793e1c.zip gcc-aa317c97cf2fc0170203d7667c8cd41798793e1c.tar.gz gcc-aa317c97cf2fc0170203d7667c8cd41798793e1c.tar.bz2 |
alias.c (memory_modified_1): Deconstify.
* alias.c (memory_modified_1): Deconstify.
(memory_modified_in_insn_p): Don't use const_note_stores.
* rtl.h (const_note_stores): Delete.
* rtlanal.c (const_note_stores): Likewise.
From-SVN: r128596
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1723,7 +1723,6 @@ extern int refers_to_regno_p (unsigned int, unsigned int, const_rtx, rtx *); extern int reg_overlap_mentioned_p (const_rtx, const_rtx); extern const_rtx set_of (const_rtx, const_rtx); extern void note_stores (const_rtx, void (*) (rtx, const_rtx, void *), void *); -extern void const_note_stores (const_rtx, void (*) (const_rtx, const_rtx, const void *), const void *); extern void note_uses (rtx *, void (*) (rtx *, void *), void *); extern int dead_or_set_p (const_rtx, const_rtx); extern int dead_or_set_regno_p (const_rtx, unsigned int); |