diff options
Diffstat (limited to 'gcc/recog.c')
-rwxr-xr-x | gcc/recog.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 32d31d5..f22ef3d 100755 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -50,10 +50,10 @@ Boston, MA 02111-1307, USA. */ #endif #endif -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 *)); -static int insn_invalid_p PROTO((rtx)); +static void validate_replace_rtx_1 (rtx *, rtx, rtx, rtx); +static rtx *find_single_use_1 (rtx, rtx *); +static rtx *find_constant_term_loc (rtx *); +static int insn_invalid_p (rtx); /* Nonzero means allow operands to be volatile. This should be 0 if you are generating rtl, such as if you are calling |