We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c71b8 commit c68a976Copy full SHA for c68a976
lib/SILOptimizer/Mandatory/SendNonSendable.cpp
@@ -175,7 +175,7 @@ class PartitionOpTranslator {
175
// but at what points in function flow they do, this would be more
176
// permissive, but I'm avoiding implementing it in case existing
177
// utilities would make it easier than handrolling
178
- std::set<SILValue> capturedUIValues;
+ llvm::DenseSet<SILValue> capturedUIValues;
179
180
TrackableSILValue getTrackableSILValue(SILValue value) const {
181
value = getUnderlyingTrackedValue(value);
0 commit comments