builtins.c (expand_builtin_signbit): Use extract_bit_field instead of gen_highpart...
authorRoger Sayle <roger@eyesopen.com>
Sat, 7 Feb 2004 03:00:16 +0000 (03:00 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 7 Feb 2004 03:00:16 +0000 (03:00 +0000)
commit254878eaddab86eae9ec232baedfdc4103cf7ef9
treec2bcedcd0f279c5d93fcb70ec7914ccfd0bf9d4a
parentb105316055e04324bb2b77497482859ae81367ba
builtins.c (expand_builtin_signbit): Use extract_bit_field instead of gen_highpart or gen_lowpart when...

* builtins.c (expand_builtin_signbit): Use extract_bit_field instead
of gen_highpart or gen_lowpart when the floating point format is
wider than the result mode.

Co-Authored-By: Ulrich Weigand <uweigand@de.ibm.com>
From-SVN: r77439
gcc/ChangeLog
gcc/builtins.c