diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2007-02-03 20:49:51 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2007-02-03 20:49:51 +0000 |
commit | b86a760aed87957b7f57a39aeef25ac8ab8ecaa9 (patch) | |
tree | 3c924698e0bed7d0bb13a6fbd463def170b9bb50 /gcc/real.h | |
parent | 3a610de8791728417247258df99cf16c14c09822 (diff) | |
download | gcc-b86a760aed87957b7f57a39aeef25ac8ab8ecaa9.tar.gz |
emit-rtl.c (dconstpi): Delete.
* emit-rtl.c (dconstpi): Delete.
(dconstsqrt2): New.
(init_emit_once): Delete dconstpi and init dconstsqrt2.
* real.h (dconstpi): Delete.
(dconstsqrt2): New.
* builtins.c (fold_builtin_cabs): Use dconstsqrt2.
(fold_builtin_hypot): Likewise.
From-SVN: r121550
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.h b/gcc/real.h index 81ee855dbfa..fda1095b1bc 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -387,7 +387,7 @@ extern REAL_VALUE_TYPE dconstm1; extern REAL_VALUE_TYPE dconstm2; extern REAL_VALUE_TYPE dconsthalf; extern REAL_VALUE_TYPE dconstthird; -extern REAL_VALUE_TYPE dconstpi; +extern REAL_VALUE_TYPE dconstsqrt2; extern REAL_VALUE_TYPE dconste; /* Function to return a real value (not a tree node) |