aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/match.pd2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/match.pd b/gcc/match.pd
index 1bb936f..f5fec63 100644
--- a/gcc/match.pd
+++ b/gcc/match.pd
@@ -4804,7 +4804,7 @@ DEFINE_INT_AND_FLOAT_ROUND_FN (RINT)
(if (!HONOR_SIGNED_ZEROS (type))
@1))
(simplify
- (cnd (cmp @0 zerop) integer_zerop (negate@1 @0))
+ (cnd (cmp @0 zerop) zerop (negate@1 @0))
(if (!HONOR_SIGNED_ZEROS (type))
@1))
)