summaryrefslogtreecommitdiff
path: root/gcc/real.h
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-21 16:20:28 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-21 16:20:28 +0000
commit4ba0d4dbb2ea51e47cd8c4a46c4a6674b5eb5862 (patch)
tree83b4eb3d53777452e702fa4c144848ae515b5422 /gcc/real.h
parent313a5120812d283561c66f25bdd85085585810d4 (diff)
downloadgcc-4ba0d4dbb2ea51e47cd8c4a46c4a6674b5eb5862.tar.gz
PR rtl-optimization/55950
* real.c (real_sqrt): Remove function. * real.h (real_sqrt): Remove prototype. * simplify-rtx.c (simplify_const_unary_operation): Do not fold SQRT using real_sqrt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205223 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.h')
-rw-r--r--gcc/real.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/real.h b/gcc/real.h
index b92453411d7..c4e036e9ff5 100644
--- a/gcc/real.h
+++ b/gcc/real.h
@@ -461,10 +461,6 @@ bool real_can_shorten_arithmetic (enum machine_mode, enum machine_mode);
/* In tree.c: wrap up a REAL_VALUE_TYPE in a tree node. */
extern tree build_real (tree, REAL_VALUE_TYPE);
-/* Calculate R as the square root of X in the given machine mode. */
-extern bool real_sqrt (REAL_VALUE_TYPE *, enum machine_mode,
- const REAL_VALUE_TYPE *);
-
/* Calculate R as X raised to the integer exponent N in mode MODE. */
extern bool real_powi (REAL_VALUE_TYPE *, enum machine_mode,
const REAL_VALUE_TYPE *, HOST_WIDE_INT);