[PATCH] D114196: [NFC][llvm] Inclusive language: remove instance of master from Thumb2SizeReduction.cpp
Quinn Pham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 18 14:05:16 PST 2021
quinnp created this revision.
Herald added a subscriber: hiraditya.
quinnp requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `Thumb2SizeReduction.cpp`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114196
Files:
llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
Index: llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
===================================================================
--- llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
+++ llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
@@ -718,7 +718,7 @@
case ARM::t2CMPrr: {
// Try to reduce to the lo-reg only version first. Why there are two
// versions of the instruction is a mystery.
- // It would be nice to just have two entries in the master table that
+ // It would be nice to just have two entries in the main table that
// are prioritized, but the table assumes a unique entry for each
// source insn opcode. So for now, we hack a local entry record to use.
static const ReduceEntry NarrowEntry =
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114196.388322.patch
Type: text/x-patch
Size: 723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211118/b8ab266f/attachment.bin>
More information about the llvm-commits
mailing list