Skip to content

Commit 83653f5

Browse files
committed
Clang format
1 parent a1d21f3 commit 83653f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19922,8 +19922,8 @@ tryToReplaceScalarFPConversionWithSVE(SDNode *N, SelectionDAG &DAG,
1992219922
return SDValue();
1992319923

1992419924
if (Subtarget->isStreaming() && Subtarget->hasFPRCVT())
19925-
return SDValue();
19926-
19925+
return SDValue();
19926+
1992719927
if (!Subtarget->isSVEorStreamingSVEAvailable() ||
1992819928
(!Subtarget->isStreaming() && !Subtarget->isStreamingCompatible()))
1992919929
return SDValue();

0 commit comments

Comments
 (0)