*** empty log message ***

From-SVN: r628
This commit is contained in:
Richard Kenner 1992-03-29 19:55:28 -05:00
parent 85595d1af1
commit b91c37569d
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ extern optab abs_optab; /* Abs value */
extern optab one_cmpl_optab; /* Bitwise not */
extern optab ffs_optab; /* Find first bit set */
extern optab sqrt_optab; /* Square root */
extern optab strlen_optab; /* String length root */
extern optab strlen_optab; /* String length */
/* Passed to expand_binop and expand_unop to say which options to try to use
if the requested operation can't be open-coded on the requisite mode.