Skip to content

Commit 6fd1a98

Browse files
committed
format
1 parent 03c4dd9 commit 6fd1a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Scalar/SROA.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5234,8 +5234,8 @@ AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS,
52345234
SliceTy = TypePartitionTy;
52355235

52365236
// If still not, can we use the largest bitwidth integer type used?
5237-
// If SliceTy is a non-promotable aggregate, prefer to represent as an integer type
5238-
// because it's more likely to be promotable.
5237+
// If SliceTy is a non-promotable aggregate, prefer to represent as an integer
5238+
// type because it's more likely to be promotable.
52395239
if ((!SliceTy || !SliceTy->isSingleValueType()) && CommonUseTy.second)
52405240
if (DL.getTypeAllocSize(CommonUseTy.second).getFixedValue() >= P.size()) {
52415241
SliceTy = CommonUseTy.second;

0 commit comments

Comments
 (0)