]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gensupport.c
decl.c, [...]: Remove redundant enum from machine_mode.
[thirdparty/gcc.git] / gcc / gensupport.c
index b51f04d28fbaa180fe3127767044d86352c4fec4..bcf040258d82a6c39243d64f685791943f305d99 100644 (file)
@@ -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);