aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2007-09-19 02:58:24 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2007-09-19 02:58:24 +0000
commitaa317c97cf2fc0170203d7667c8cd41798793e1c (patch)
tree3d0567ca053f25a45c1c2c4020d91f2c5cace55d /gcc/rtl.h
parent19bfb9361e2db9c9e4a57043d9bed3f0e7df2ccb (diff)
downloadgcc-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 64dc3bc..579f8cd 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -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);