Skip to content

Commit a34e68d

Browse files
committed
Fix a typo
1 parent 9d87620 commit a34e68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachineCopyPropagation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ moveInstructionsOutOfTheWayIfWeCan(MachineInstr *DstInstr, MachineInstr *SrcInst
201201
// this scenario this must be ignored. Let's say that we can not control what
202202
// nodes to process and we come across the copy source. How do I know what
203203
// node has that copy source as their dependency? We can check of which node
204-
// is the copy source the dependency of. This list will alway contain the
204+
// is the copy source the dependency of. This list will always contain the
205205
// source. To decide if we have it as dependency of another instruction, we
206206
// must check in the already traversed list if any of the instructions that is
207207
// depended on the source is contained. This would introduce extra costs.

0 commit comments

Comments
 (0)