public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Aldy Hernandez <aldyh@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3302] Replace CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN.
Date: Fri, 14 Oct 2022 14:28:02 +0000 (GMT)	[thread overview]
Message-ID: <20221014142802.F2F30385020A@sourceware.org> (raw)

https://gcc.gnu.org/g:823e9097f70eb95ef09fde357aebd071aec311d9

commit r13-3302-g823e9097f70eb95ef09fde357aebd071aec311d9
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Fri Oct 14 15:02:06 2022 +0200

    Replace CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN.
    
    gcc/ChangeLog:
    
            * gimple-range-op.cc
            (gimple_range_op_handler::maybe_builtin_call): Replace
            CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN.

Diff:
---
 gcc/gimple-range-op.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/gimple-range-op.cc b/gcc/gimple-range-op.cc
index 9bdef3d45c0..527893f66af 100644
--- a/gcc/gimple-range-op.cc
+++ b/gcc/gimple-range-op.cc
@@ -756,9 +756,7 @@ gimple_range_op_handler::maybe_builtin_call ()
 	m_valid = false;
       break;
 
-    case CFN_BUILT_IN_SIGNBIT:
-    case CFN_BUILT_IN_SIGNBITF:
-    case CFN_BUILT_IN_SIGNBITL:
+    CASE_FLT_FN (CFN_BUILT_IN_SIGNBIT):
       m_op1 = gimple_call_arg (call, 0);
       m_float = &op_cfn_signbit;
       m_valid = true;

                 reply	other threads:[~2022-10-14 14:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221014142802.F2F30385020A@sourceware.org \
    --to=aldyh@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).