*** empty log message ***

From-SVN: r463
This commit is contained in:
Jeff Law 1992-03-13 12:13:44 -07:00
parent ef9fe0da13
commit 07fe16259a
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ extern optab neg_optab; /* Negation */
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 */
/* 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.