Skip to content

Commit 0bd6a9f

Browse files
committed
[clang/llvm] Inclusive language: replace segregate with separate
1 parent 8fac9e9 commit 0bd6a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/RDFLiveness.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ NodeList Liveness::getAllReachingDefs(RegisterRef RefRR,
171171

172172
SmallSet<NodeId,32> Defs;
173173

174-
// Remove all non-phi defs that are not aliased to RefRR, and segregate
174+
// Remove all non-phi defs that are not aliased to RefRR, and separate
175175
// the the remaining defs into buckets for containing blocks.
176176
std::map<NodeId, NodeAddr<InstrNode*>> Owners;
177177
std::map<MachineBasicBlock*, SmallVector<NodeId,32>> Blocks;

0 commit comments

Comments
 (0)