From: Jeff Law Date: Fri, 13 Mar 1992 19:13:44 +0000 (-0700) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07fe16259a427d75ce71d4378aec2ac161edc8e0;p=gcc.git *** empty log message *** From-SVN: r463 --- diff --git a/gcc/expr.h b/gcc/expr.h index 66ebcc610e7..620a425b0fb 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -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.