diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2023-06-09 13:35:24 -0400 |
---|---|---|
committer | Andrew MacLeod <amacleod@redhat.com> | 2023-06-09 20:33:02 -0400 |
commit | b073d8af944119c4429b243c09eac612f22d1e83 (patch) | |
tree | 030e4acfb48d4ee9fe64b6ce8ac3b90b7373f0a9 /gcc/tree-ssa-loop-prefetch.cc | |
parent | a0a8f1c735d0ab5af9ecbbf21a783bba78496939 (diff) | |
download | gcc-b073d8af944119c4429b243c09eac612f22d1e83.zip gcc-b073d8af944119c4429b243c09eac612f22d1e83.tar.gz gcc-b073d8af944119c4429b243c09eac612f22d1e83.tar.bz2 |
Unify Identity 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_identity): Remove. Move prototypes
to range-op-mixed.h
(operator_identity::fold_range): Rename from foperator_identity.
(operator_identity::op1_range): Ditto.
(float_table::float_table): Remove fop_identity.
* range-op-mixed.h (class operator_identity): Combined from integer
and float files.
* range-op.cc (op_identity): New object.
(unified_table::unified_table): Add op_identity.
(class operator_identity): Move to range-op-mixed.h.
(integral_table::integral_table): Remove identity.
(pointer_table::pointer_table): Remove identity.
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.cc')
0 files changed, 0 insertions, 0 deletions