(struct algorithm): Make coeff a HOST_WIDE_INT.

From-SVN: r2806
This commit is contained in:
Richard Stallman 1992-11-26 15:34:10 +00:00
parent ad59df7d5a
commit 3b2f07926a
1 changed files with 1 additions and 1 deletions

View 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.