From 07fe16259a427d75ce71d4378aec2ac161edc8e0 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 13 Mar 1992 12:13:44 -0700 Subject: [PATCH] *** empty log message *** From-SVN: r463 --- gcc/expr.h | 1 + 1 file changed, 1 insertion(+) 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. -- 2.30.2