[benchmark] Replace references to M680x0 with M68k

The former was the old unusual name of the out-of-tree backend but it
was renamed to M68k during the code review process to conform with how
almost everything refers to the Motorola 68000 family of processors.
Thus, update the comments to avoid confusion when the backend lands.
This commit is contained in:
Jessica Clarke 2021-03-06 01:00:22 +00:00
parent acce0ea70c
commit 5d6e0e474e
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ Changes:
The second cherrypicked commit fixes formatting issues introduced by the The second cherrypicked commit fixes formatting issues introduced by the
preceding change. preceding change.
* https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20 * https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20
is applied to add the CycleTimer implementation for M680x0 is applied to add the CycleTimer implementation for M68k
* https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2 * https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
is applied to rename 'mftbl' to 'mftb'. is applied to rename 'mftbl' to 'mftb'.

View File

@ -34,6 +34,6 @@ Changes:
asm issues and 32-bit RISC-V build failures. The second cherrypicked commit asm issues and 32-bit RISC-V build failures. The second cherrypicked commit
fixes formatting issues introduced by the preceding change. fixes formatting issues introduced by the preceding change.
* https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20 * https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20
is applied to add the CycleTimer implementation for M680x0 is applied to add the CycleTimer implementation for M68k
* https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2 * https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
is applied to rename 'mftbl' to 'mftb'. is applied to rename 'mftbl' to 'mftb'.