[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
Tue Nov 23 11:07:49 PST 2021


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

Repository:
  rG LLVM Github Monorepo

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

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.389266.patch
Type: text/x-patch
Size: 652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211123/4d014548/attachment.bin>


More information about the llvm-commits mailing list