diff options
author | Jeff Law <jlaw@ventanamicro.com> | 2025-09-07 12:28:23 -0600 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2025-09-07 12:28:23 -0600 |
commit | 1b9c218d1429d596a33b13e450da0bdc1643e984 (patch) | |
tree | 91918f1620245c7fa0f194ae31851f2e792fdabe /gcc/testsuite/gm2/cse/pass/testcse49.mod | |
parent | c4d5383b1d5771bf81659103f4f67829d791067d (diff) | |
download | gcc-master.zip gcc-master.tar.gz gcc-master.tar.bz2 |
>> +
>> + // opt_pass methods:
>> + opt_pass *clone () override { return new pass_dep_fusion (m_ctxt); }
>> + bool gate (function *) override;
>> + unsigned int execute (function *) override;
>
> Wouldn't it be better to add 'final' along with 'override' to opt_pass
> vfuncs?
> (See commit 725793af78064fa605ea6d9376aaf99ecb71467b, etc.)Yea. It's easily missed. Fixed in the obvious way.
Bootstrapped and regression tested on x86_64. Pushed to the trunk.
gcc/
* dep-fusion.cc: Mark clone, gate and execute methods as final.
Diffstat (limited to 'gcc/testsuite/gm2/cse/pass/testcse49.mod')
0 files changed, 0 insertions, 0 deletions