OSDN Git Service

*** empty log message ***
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Mar 1992 19:13:44 +0000 (19:13 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Mar 1992 19:13:44 +0000 (19:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@463 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.h

index 66ebcc6..620a425 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.