diff options
Diffstat (limited to 'gcc/tree-ssa-math-opts.c')
-rw-r--r-- | gcc/tree-ssa-math-opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c index daefa641ec1..54ba035f5ee 100644 --- a/gcc/tree-ssa-math-opts.c +++ b/gcc/tree-ssa-math-opts.c @@ -2477,7 +2477,7 @@ is_copysign_call_with_1 (gimple *call) } /* Try to expand the pattern x * copysign (1, y) into xorsign (x, y). - This only happens when the the xorsign optab is defined, if the + This only happens when the xorsign optab is defined, if the pattern is not a xorsign pattern or if expansion fails FALSE is returned, otherwise TRUE is returned. */ static bool |