Skip to content

Commit 42873a6

Browse files
committed
fix typo
1 parent 1f21afa commit 42873a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIFoldOperands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ bool SIFoldOperands::tryFoldClamp(MachineInstr &MI) {
15851585
Register DefReg = Def->getOperand(0).getReg();
15861586
Register MIDstReg = MI.getOperand(0).getReg();
15871587
if (TRI->isSGPRReg(*MRI, DefReg)) {
1588-
// Psuedo scalar instructions have a SGPR for dst and clamp is a v_max*
1588+
// Pseudo scalar instructions have a SGPR for dst and clamp is a v_max*
15891589
// instruction with a VGPR dst.
15901590
BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(AMDGPU::COPY),
15911591
MIDstReg)

0 commit comments

Comments
 (0)