Skip to content

Commit 3c2410e

Browse files
committed
Format
1 parent db3efa1 commit 3c2410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/SROA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2997,7 +2997,7 @@ class AllocaSliceRewriter : public InstVisitor<AllocaSliceRewriter, bool> {
29972997
if (!IsTypeValidForTreeStructuredMerge(
29982998
SI->getValueOperand()->getType()) ||
29992999
SI->isVolatile())
3000-
return std::nullopt;
3000+
return std::nullopt;
30013001
auto *VecTy = cast<FixedVectorType>(SI->getValueOperand()->getType());
30023002
unsigned NumElts = VecTy->getNumElements();
30033003
unsigned EltSize = DL.getTypeSizeInBits(VecTy->getElementType());

0 commit comments

Comments
 (0)