]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/md.texi
decl.c, [...]: Remove redundant enum from machine_mode.
[thirdparty/gcc.git] / gcc / doc / md.texi
index 3b5511ec39a86fb4278ebd766420eaec5eb05d8b..6404147579ebf11651884ad646d6221ce39583ef 100644 (file)
@@ -352,7 +352,7 @@ commutative arithmetic operators of RTL and whose mode is @var{mode}:
 int
 commutative_integer_operator (x, mode)
      rtx x;
-     enum machine_mode mode;
+     machine_mode mode;
 @{
   enum rtx_code code = GET_CODE (x);
   if (GET_MODE (x) != mode)