Skip to content

Commit 5464fd3

Browse files
committed
[AMDGPU] Fix typo consecutive in GCNNSAReassign
1 parent 9a5f04e commit 5464fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ GCNNSAReassign::CheckNSA(const MachineInstr &MI, bool Fast) const {
184184
// logic to find free registers will be much more complicated with much
185185
// less chances for success. That seems reasonable to assume that in most
186186
// cases a tuple is used because a vector variable contains different
187-
// parts of an address and it is either already consequitive or cannot
187+
// parts of an address and it is either already consecutive or cannot
188188
// be reassigned if not. If needed it is better to rely on register
189189
// coalescer to process such address tuples.
190190
if (MRI->getRegClass(Reg) != &AMDGPU::VGPR_32RegClass || Op.getSubReg())

0 commit comments

Comments
 (0)