[llvm] 3f3bee4 - [NFC][llvm] Inclusive language: remove instance of master from Thumb2SizeReduction.cpp

Quinn Pham via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 19 14:08:06 PST 2021


Author: Quinn Pham
Date: 2021-11-19T16:07:58-06:00
New Revision: 3f3bee42d22988d018834c58af244dee08a52d9c

URL: https://github.com/llvm/llvm-project/commit/3f3bee42d22988d018834c58af244dee08a52d9c
DIFF: https://github.com/llvm/llvm-project/commit/3f3bee42d22988d018834c58af244dee08a52d9c.diff

LOG: [NFC][llvm] Inclusive language: remove instance of master from Thumb2SizeReduction.cpp

[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `Thumb2SizeReduction.cpp`.

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D114196

Added: 
    

Modified: 
    llvm/lib/Target/ARM/Thumb2SizeReduction.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp b/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
index 0f7e190386731..132516694f4e7 100644
--- a/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
+++ b/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
@@ -718,7 +718,7 @@ Thumb2SizeReduce::ReduceSpecial(MachineBasicBlock &MBB, MachineInstr *MI,
   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 =


        


More information about the llvm-commits mailing list