(struct algorithm): Make coeff a HOST_WIDE_INT.
authorRichard Stallman <rms@gnu.org>
Thu, 26 Nov 1992 15:34:10 +0000 (15:34 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 26 Nov 1992 15:34:10 +0000 (15:34 +0000)
From-SVN: r2806

gcc/expmed.c

index 2534f57..5819ce4 100644 (file)
@@ -1689,7 +1689,7 @@ struct algorithm
   int cost;
   unsigned int ops;
   enum alg_code op[MAX_BITS_PER_WORD];
-  unsigned int coeff[MAX_BITS_PER_WORD];
+  unsigned HOST_WIDE_INT coeff[MAX_BITS_PER_WORD];
 };
 
 /* Compute and return the best algorithm for multiplying by T.