aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.cc
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2023-06-09 13:33:33 -0400
committerAndrew MacLeod <amacleod@redhat.com>2023-06-09 20:33:02 -0400
commita0a8f1c735d0ab5af9ecbbf21a783bba78496939 (patch)
treedb3e306536bb780b55369d8593961a0465b5c134 /gcc/tree-ssa-loop-prefetch.cc
parentf544e7e8a1897b4ddf2ae21c53f9284356373618 (diff)
downloadgcc-a0a8f1c735d0ab5af9ecbbf21a783bba78496939.zip
gcc-a0a8f1c735d0ab5af9ecbbf21a783bba78496939.tar.gz
gcc-a0a8f1c735d0ab5af9ecbbf21a783bba78496939.tar.bz2
Unify GE_EXPR range operator
Move the declaration of the class to the range-op-mixed header, add the floating point prototypes as well, and use it in the new unified table. * range-op-float.cc (foperator_ge): Remove. Move prototypes to range-op-mixed.h (operator_ge::fold_range): Rename from foperator_ge. (operator_ge::op1_range): Ditto. (float_table::float_table): Remove GE_EXPR. * range-op-mixed.h (class operator_ge): Combined from integer and float files. * range-op.cc (op_ge): New object. (unified_table::unified_table): Add GE_EXPR. (class operator_ge): Move to range-op-mixed.h. (ge_op1_op2_relation): Fold into operator_ge::op1_op2_relation. (integral_table::integral_table): Remove GE_EXPR. (pointer_table::pointer_table): Remove GE_EXPR. * range-op.h (ge_op1_op2_relation): Delete.
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.cc')
0 files changed, 0 insertions, 0 deletions