[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
Fri Nov 19 14:08:05 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3f3bee42d229: [NFC][llvm] Inclusive language: remove instance of master from… (authored by quinnp).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114196/new/

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.388623.patch
Type: text/x-patch
Size: 723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211119/7e09689f/attachment.bin>


More information about the llvm-commits mailing list