diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-07 13:52:09 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-07 13:52:09 +0000 |
commit | 6db31844ad5b459e9f5ad0e306676bba01ea589b (patch) | |
tree | 0e6606b0487fd55d06f8332075ef3a25eaf2881c /gcc/recog.h | |
parent | cf0fa607b94c0ebdd338221977a81461467877ad (diff) | |
download | gcc-6db31844ad5b459e9f5ad0e306676bba01ea589b.tar.gz |
recog.c (verify_changes): Make it static.
* recog.c (verify_changes): Make it static.
* recog.h: Remove the corresponding prototype.
From-SVN: r96015
Diffstat (limited to 'gcc/recog.h')
-rw-r--r-- | gcc/recog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h index d4ded6cccc0..e6222a50cd3 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -75,7 +75,6 @@ extern int check_asm_operands (rtx); extern int asm_operand_ok (rtx, const char *); extern int validate_change (rtx, rtx *, rtx, int); extern int insn_invalid_p (rtx); -extern int verify_changes (int); extern void confirm_change_group (void); extern int apply_change_group (void); extern int num_validated_changes (void); |