aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-03-28 17:33:22 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-03-28 17:33:22 +0000
commit3228bc05fc4414db84bd0a81099d22ff1bd4a4e9 (patch)
tree71626eb048f5e031e0a8fc0320bdec9e9a929178 /gcc/rtl.h
parent8f0e7be43cb851bdf09269f726e182778851010b (diff)
downloadgcc-3228bc05fc4414db84bd0a81099d22ff1bd4a4e9.zip
gcc-3228bc05fc4414db84bd0a81099d22ff1bd4a4e9.tar.gz
gcc-3228bc05fc4414db84bd0a81099d22ff1bd4a4e9.tar.bz2
Warning fixes:
* recog.h (insn_outfun, insn_operand_predicate): Add prototype arguments. * rtl.h (note_stores): Likewise. * rtlanal.c (note_stores): Likewise. From-SVN: r26045
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index a033733..23a1338 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1022,7 +1022,7 @@ extern int multiple_sets PROTO((rtx));
extern rtx find_last_value PROTO((rtx, rtx *, rtx, int));
extern int refers_to_regno_p PROTO((int, int, rtx, rtx *));
extern int reg_overlap_mentioned_p PROTO((rtx, rtx));
-extern void note_stores PROTO((rtx, void (*)()));
+extern void note_stores PROTO((rtx, void (*)(rtx, rtx)));
extern rtx reg_set_last PROTO((rtx, rtx));
extern int rtx_equal_p PROTO((rtx, rtx));
extern int dead_or_set_p PROTO((rtx, rtx));