diff options
Diffstat (limited to 'gcc/recog.h')
-rw-r--r-- | gcc/recog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h index 195efe3..1bf77b4 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -44,7 +44,7 @@ extern int register_operand PROTO((rtx, enum machine_mode)); extern int scratch_operand PROTO((rtx, enum machine_mode)); extern int immediate_operand PROTO((rtx, enum machine_mode)); extern int const_int_operand PROTO((rtx, enum machine_mode)); -extern int cosnt_double_operand PROTO((rtx, enum machine_mode)); +extern int const_double_operand PROTO((rtx, enum machine_mode)); extern int nonimmediate_operand PROTO((rtx, enum machine_mode)); extern int nonmemory_operand PROTO((rtx, enum machine_mode)); extern int push_operand PROTO((rtx, enum machine_mode)); |