Skip to content

Commit 0178cb1

Browse files
authored
Merge pull request #19755 from CodaFi/controlled-expansion
[NFC] Drop an unused variable from parameter explosion mapping
2 parents f9a2d90 + 57a5df1 commit 0178cb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/GenCall.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3105,7 +3105,6 @@ Explosion NativeConventionSchema::mapFromNative(IRGenModule &IGM,
31053105
// Store the expanded type elements.
31063106
auto coercionAddr = Builder.CreateElementBitCast(temporary, coercionTy);
31073107
unsigned expandedMapIdx = 0;
3108-
SmallVector<llvm::Value *, 8> expandedElts(expandedTys.size(), nullptr);
31093108

31103109
auto eltsArray = native.claimAll();
31113110
SmallVector<llvm::Value *, 8> nativeElts(eltsArray.begin(), eltsArray.end());

0 commit comments

Comments
 (0)