From: Richard Kenner Date: Mon, 30 Mar 1992 00:55:28 +0000 (-0500) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b91c37569d6a5c3b32eec90c0617d311d3fbac6a;p=gcc.git *** empty log message *** From-SVN: r628 --- diff --git a/gcc/expr.h b/gcc/expr.h index a78c262e473..f5c19802f7b 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -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.