]> gcc.gnu.org Git - gcc.git/commit - gcc/optabs.c
builtins.c (expand_builtin_cabs): Delete.
authorEric Christopher <echristo@gcc.gnu.org>
Thu, 2 Sep 2004 23:22:12 +0000 (23:22 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Thu, 2 Sep 2004 23:22:12 +0000 (23:22 +0000)
commit5906d0133520f77a2220aa61abe2ad428ac09e8f
tree6ef892fb321b2f18c39b26ecd4d2c4f8925fbe8f
parent3041390da7312f233009be427799cdc16a5cf9ce
builtins.c (expand_builtin_cabs): Delete.

2004-09-02  Eric Christopher  <echristo@redhat.com>

* builtins.c (expand_builtin_cabs): Delete.
(expand_builtin): If unable to fold the values do a normal
library call for builtin_cab*.
(fold_builtin_cabs): Depend on optimize and optimize_size.
* optabs.c (expand_cmplxdiv_straight): Delete.
(expand_cmplxdiv_wide): Ditto.
(expand_vector_binop): Ditto.
(expand_vector_unop): Ditto.
(expand_complex_abs): Delete.
(expand_binop): Remove calls to above functions.
Remove open coding of complex arithmetic.
(expand_unop): Ditto.
* optabs.h: Remove prototypes.

From-SVN: r87000
gcc/ChangeLog
gcc/builtins.c
gcc/optabs.c
gcc/optabs.h
This page took 0.059817 seconds and 5 git commands to generate.