diff options
Diffstat (limited to 'gcc/range-op.cc')
-rw-r--r-- | gcc/range-op.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/range-op.cc b/gcc/range-op.cc index dfdd971..806edf1 100644 --- a/gcc/range-op.cc +++ b/gcc/range-op.cc @@ -1378,7 +1378,6 @@ operator_minus::lhs_op1_relation (const irange &, const irange &op1, switch (rel) { case VREL_GT: - return VREL_LT; case VREL_GE: return VREL_LE; default: |