diff options
Diffstat (limited to 'gcc/tree-vrp.c')
-rw-r--r-- | gcc/tree-vrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 159d487..9644ba1 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -9257,8 +9257,8 @@ test_for_singularity (enum tree_code cond_code, tree op0, tree min = NULL; tree max = NULL; - /* Extract minimum/maximum values which satisfy the - the conditional as it was written. */ + /* Extract minimum/maximum values which satisfy the conditional as it was + written. */ if (cond_code == LE_EXPR || cond_code == LT_EXPR) { /* This should not be negative infinity; there is no overflow |