Skip to content

Commit a73c5ee

Browse files
committed
Formatted SIFoldOperands.cpp
1 parent ec4ad28 commit a73c5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/SIFoldOperands.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,8 +1069,8 @@ void SIFoldOperandsImpl::foldOperand(
10691069
return;
10701070

10711071
// Fold if the destination register class of the MOV instruction (ResRC)
1072-
// is a superclass of (or equal to) the destination register class of the COPY (DestRC).
1073-
// If this condition fails, folding would be illegal.
1072+
// is a superclass of (or equal to) the destination register class of the
1073+
// COPY (DestRC). If this condition fails, folding would be illegal.
10741074
const MCInstrDesc &MovDesc = TII->get(MovOp);
10751075
assert(MovDesc.getNumDefs() > 0 && MovDesc.operands()[0].RegClass != -1);
10761076
const TargetRegisterClass *ResRC =

0 commit comments

Comments
 (0)