diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2022-10-20 10:37:34 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2022-10-20 10:37:34 +0100 |
commit | 7bca7218ac92b8f842d93dd672385c2ba0f8faf9 (patch) | |
tree | d0375696db83c7ba4fea8df5f422518a7848f24d /gcc/value-range.cc | |
parent | 9482a5e4eac8d696129ec2854b331e1bb5dbab42 (diff) | |
download | gcc-7bca7218ac92b8f842d93dd672385c2ba0f8faf9.zip gcc-7bca7218ac92b8f842d93dd672385c2ba0f8faf9.tar.gz gcc-7bca7218ac92b8f842d93dd672385c2ba0f8faf9.tar.bz2 |
aarch64: Use using directives to inherit constructors
Now that the codebase is C++11, we can use using directives
to inherit constructors from base classes.
gcc/
* config/aarch64/aarch64-sve-builtins-functions.h (quiet)
(rtx_code_function, rtx_code_function_rotated, unspec_based_function)
(unspec_based_function_rotated, unspec_based_function_exact_insn)
(unspec_based_fused_function, unspec_based_fused_lane_function):
Replace constructors with using directives.
* config/aarch64/aarch64-sve-builtins-base.cc (svcnt_bhwd_pat_impl)
(svcreate_impl, svdotprod_lane_impl, svget_impl, svld1_extend_impl)
(svld1_gather_extend_impl, svld234_impl, svldff1_gather_extend)
(svset_impl, svst1_scatter_truncate_impl, svst1_truncate_impl)
(svst234_impl, svundef_impl): Likewise.
* config/aarch64/aarch64-sve-builtins-sve2.cc
(svldnt1_gather_extend_impl, svmovl_lb_impl): Likewise.
(svstnt1_scatter_truncate_impl): Likewise.
Diffstat (limited to 'gcc/value-range.cc')
0 files changed, 0 insertions, 0 deletions