Skip to content

Commit c8079d7

Browse files
committed
Add recommended changes addressing the grammatical issue with comments.
1 parent dc21436 commit c8079d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/StackSlotColoring.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ namespace {
155155
AU.addPreserved<MachineBlockFrequencyInfo>();
156156
AU.addPreservedID(MachineDominatorsID);
157157

158-
// As in some Target's pipeline, register allocation (RA) might be
159-
// splitted into multiple phases based on register class. So, this pass
158+
// In some Target's pipeline, register allocation (RA) might be
159+
// split into multiple phases based on register class. So, this pass
160160
// may be invoked multiple times requiring it to save these analyses to be
161161
// used by RA later.
162162
AU.addPreserved<LiveIntervals>();

0 commit comments

Comments
 (0)