Skip to content

Commit fbd3aaf

Browse files
committed
clang format
1 parent 8a442b0 commit fbd3aaf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ RISCVLegalizerInfo::RISCVLegalizerInfo(const RISCVSubtarget &ST)
8585
.legalIf(all(
8686
typeInSet(0, AllVecTys),
8787
LegalityPredicate([=, &ST](const LegalityQuery &Query) {
88-
return ST.hasVInstructions() &&
89-
(Query.Types[0].getScalarSizeInBits() != 64 || ST.hasVInstructionsI64()) &&
88+
return ST.hasVInstructions() &&
89+
(Query.Types[0].getScalarSizeInBits() != 64 ||
90+
ST.hasVInstructionsI64()) &&
9091
(Query.Types[0].getElementCount().getKnownMinValue() != 1 ||
9192
ST.getELen() == 64);
9293
})))

0 commit comments

Comments
 (0)