aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2022-10-19 17:05:39 +0200
committerAldy Hernandez <aldyh@redhat.com>2022-10-19 23:16:12 +0200
commitf0068278f7e75507c1f40e7c829d7a9d6ade269c (patch)
tree398431e12f2d15c398043a90047a5d9c803b7b91 /libgcc
parentebe87edadc4a3f15a6a0d0c1d4a198e0ea37d8b5 (diff)
downloadgcc-f0068278f7e75507c1f40e7c829d7a9d6ade269c.zip
gcc-f0068278f7e75507c1f40e7c829d7a9d6ade269c.tar.gz
gcc-f0068278f7e75507c1f40e7c829d7a9d6ade269c.tar.bz2
Always check result from build_<COND> in range-op-float.cc
A result of false from build_<COND> in range-ops means the result is final and needs no further adjustments. This patch documents this, and changes all uses to check the result. There should be no change in functionality. gcc/ChangeLog: * range-op-float.cc (build_le): Document result. (build_lt): Same. (build_ge): Same. (foperator_ge::op2_range): Check result of build_*. (foperator_unordered_le::op1_range): Same. (foperator_unordered_le::op2_range): Same. (foperator_unordered_gt::op1_range): Same. (foperator_unordered_gt::op2_range): Same. (foperator_unordered_ge::op1_range): Same. (foperator_unordered_ge::op2_range): Same.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions