1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[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 9572ae12ef
commit 310b95be5f

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'.