From 310b95be5f2c30b84b4d315dbc12db68959c6e43 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sat, 6 Mar 2021 01:00:22 +0000 Subject: [PATCH] [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. --- utils/benchmark/README.LLVM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/benchmark/README.LLVM b/utils/benchmark/README.LLVM index 5e0067b803b..d77da3b6200 100644 --- a/utils/benchmark/README.LLVM +++ b/utils/benchmark/README.LLVM @@ -34,6 +34,6 @@ Changes: asm issues and 32-bit RISC-V build failures. The second cherrypicked commit fixes formatting issues introduced by the preceding change. * 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 is applied to rename 'mftbl' to 'mftb'.