aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gimple-range-op.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gimple-range-op.cc b/gcc/gimple-range-op.cc
index bc4389e..9bdef3d 100644
--- a/gcc/gimple-range-op.cc
+++ b/gcc/gimple-range-op.cc
@@ -757,6 +757,8 @@ gimple_range_op_handler::maybe_builtin_call ()
break;
case CFN_BUILT_IN_SIGNBIT:
+ case CFN_BUILT_IN_SIGNBITF:
+ case CFN_BUILT_IN_SIGNBITL:
m_op1 = gimple_call_arg (call, 0);
m_float = &op_cfn_signbit;
m_valid = true;