*** empty log message ***
authorJeff Law <law@gcc.gnu.org>
Fri, 13 Mar 1992 19:13:44 +0000 (12:13 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 13 Mar 1992 19:13:44 +0000 (12:13 -0700)
From-SVN: r463

gcc/expr.h

index 66ebcc610e78fac5076b0a0d697ebca62b52631d..620a425b0fb058101d5e413ea3878c1912e6a659 100644 (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.