diff options
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r-- | gcc/gensupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gensupport.c b/gcc/gensupport.c index b51f04d28fb..bcf040258d8 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -135,7 +135,7 @@ static rtx replace_duplicating_operands_in_pattern (rtx); the gensupport programs. */ rtx -gen_rtx_CONST_INT (enum machine_mode ARG_UNUSED (mode), +gen_rtx_CONST_INT (machine_mode ARG_UNUSED (mode), HOST_WIDE_INT arg) { rtx rt = rtx_alloc (CONST_INT); |