diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-29 04:32:58 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-29 04:32:58 +0000 |
commit | 19c3fc24838bf562b9c833738a37905aee90c692 (patch) | |
tree | 4b3453ca2f132898d0402544d4ca229870980523 /gcc/expr.h | |
parent | 7ea6d623a8b05aa706f8175d9de5e892e0ca45fd (diff) | |
download | gcc-19c3fc24838bf562b9c833738a37905aee90c692.zip gcc-19c3fc24838bf562b9c833738a37905aee90c692.tar.gz gcc-19c3fc24838bf562b9c833738a37905aee90c692.tar.bz2 |
*** empty log message ***
From-SVN: r623
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -320,6 +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 */ /* 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. |