[llvm] 0bd6a9f - [clang/llvm] Inclusive language: replace segregate with separate

Zarko Todorovski via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 07:04:53 PDT 2021


Author: Zarko Todorovski
Date: 2021-10-22T09:59:35-04:00
New Revision: 0bd6a9f2d1ea33f26a548993945d75a344d1fc3c

URL: https://github.com/llvm/llvm-project/commit/0bd6a9f2d1ea33f26a548993945d75a344d1fc3c
DIFF: https://github.com/llvm/llvm-project/commit/0bd6a9f2d1ea33f26a548993945d75a344d1fc3c.diff

LOG: [clang/llvm] Inclusive language: replace segregate with separate

Added: 
    

Modified: 
    llvm/lib/CodeGen/RDFLiveness.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/RDFLiveness.cpp b/llvm/lib/CodeGen/RDFLiveness.cpp
index d92c6a997f31d..d704cf7b3213f 100644
--- a/llvm/lib/CodeGen/RDFLiveness.cpp
+++ b/llvm/lib/CodeGen/RDFLiveness.cpp
@@ -171,7 +171,7 @@ NodeList Liveness::getAllReachingDefs(RegisterRef RefRR,
 
   SmallSet<NodeId,32> Defs;
 
-  // Remove all non-phi defs that are not aliased to RefRR, and segregate
+  // Remove all non-phi defs that are not aliased to RefRR, and separate
   // the the remaining defs into buckets for containing blocks.
   std::map<NodeId, NodeAddr<InstrNode*>> Owners;
   std::map<MachineBasicBlock*, SmallVector<NodeId,32>> Blocks;


        


More information about the llvm-commits mailing list