From 3f3bee42d22988d018834c58af244dee08a52d9c Mon Sep 17 00:00:00 2001 From: Quinn Pham Date: Thu, 18 Nov 2021 15:52:39 -0600 Subject: [PATCH] [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 --- llvm/lib/Target/ARM/Thumb2SizeReduction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp b/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp index 0f7e190..1325166 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 = -- 2.7.4