Skip to content

Commit

Permalink
[clang/llvm] Inclusive language: replace segregate with separate
Browse files Browse the repository at this point in the history
  • Loading branch information
ZarkoT committed Oct 22, 2021
1 parent 8fac9e9 commit 0bd6a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/CodeGen/RDFLiveness.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 0bd6a9f

Please sign in to comment.