public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3302] Replace CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN.
@ 2022-10-14 14:28 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2022-10-14 14:28 UTC (permalink / raw)
  To: gcc-cvs

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-14 14:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 14:28 [gcc r13-3302] Replace CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN Aldy Hernandez

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).