diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-17 07:39:23 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-17 07:39:23 +0000 |
commit | bd3b72d279f1a87ae4e552b41b713dbfb4d5bf36 (patch) | |
tree | 24939c6c3714ec4d59e00b84b8000e223e40c823 /gcc/recog.c | |
parent | 435ef92abb3071652d528d53f6589f9778a1ed21 (diff) | |
download | gcc-bd3b72d279f1a87ae4e552b41b713dbfb4d5bf36.tar.gz |
Forgot to check in last night.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19257 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index ad9dff29d07..fb284cdfcab 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -43,7 +43,9 @@ Boston, MA 02111-1307, USA. */ /* Import from final.c: */ extern rtx alter_subreg (); +static void validate_replace_rtx_1 PROTO((rtx *, rtx, rtx, rtx)); static rtx *find_single_use_1 PROTO((rtx, rtx *)); +static rtx *find_constant_term_loc PROTO((rtx *)); /* Nonzero means allow operands to be volatile. This should be 0 if you are generating rtl, such as if you are calling |