Skip to content

Commit 4ee43df

Browse files
committed
Converting a bool SmallVector to a SmallBitVector.
1 parent 3277457 commit 4ee43df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Differentiation/PullbackCloner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@ bool PullbackCloner::Implementation::run() {
20532053
// This vector will contain all indirect parameter adjoint buffers.
20542054
SmallVector<SILValue, 4> indParamAdjoints;
20552055
// This vector will identify the locations where initialization is needed.
2056-
SmallVector<bool, 8> outputsToInitialize;
2056+
SmallBitVector outputsToInitialize;
20572057

20582058
auto conv = getOriginal().getConventions();
20592059
auto origParams = getOriginal().getArgumentsWithoutIndirectResults();

0 commit comments

Comments
 (0)