Skip to content

Commit d449070

Browse files
committed
remove invalid whitespace
1 parent 320097d commit d449070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14661,7 +14661,7 @@ bool AArch64TargetLowering::shouldSinkOperands(
1466114661
Ops.push_back(&I->getOperandUse(0));
1466214662
Sink = true;
1466314663
}
14664-
14664+
1466514665
if (shouldSinkVScale(I->getOperand(1), Ops)) {
1466614666
Ops.push_back(&I->getOperandUse(1));
1466714667
Sink = true;

0 commit comments

Comments
 (0)