[PATCH] D114191: [NFC][llvm] Inclusive language: remove instance of master in LiveRangeUtils.h

Quinn Pham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 18 13:06:08 PST 2021


quinnp created this revision.
Herald added subscribers: hiraditya, MatzeB.
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 primary in `LiveRangeUtils.h`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114191

Files:
  llvm/lib/CodeGen/LiveRangeUtils.h


Index: llvm/lib/CodeGen/LiveRangeUtils.h
===================================================================
--- llvm/lib/CodeGen/LiveRangeUtils.h
+++ llvm/lib/CodeGen/LiveRangeUtils.h
@@ -18,7 +18,7 @@
 namespace llvm {
 
 /// Helper function that distributes live range value numbers and the
-/// corresponding segments of a master live range \p LR to a list of newly
+/// corresponding segments of a primary live range \p LR to a list of newly
 /// created live ranges \p SplitLRs. \p VNIClasses maps each value number in \p
 /// LR to 0 meaning it should stay or to 1..N meaning it should go to a specific
 /// live range in the \p SplitLRs array.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114191.388299.patch
Type: text/x-patch
Size: 652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211118/42b6c897/attachment.bin>


More information about the llvm-commits mailing list