Skip to content

Commit ec11c21

Browse files
authored
Revert "SILOptimizer: make a conversion operation explicit"
1 parent dfe4393 commit ec11c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Analysis/ARCAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class ConsumedArgToEpilogueReleaseMatcher {
230230
Optional<ArrayRef<SILInstruction *>> getFullyPostDomReleases() const {
231231
if (releases.empty() || foundSomeButNotAllReleases())
232232
return None;
233-
return ArrayRef<SILInstruction *>{releases};
233+
return {releases};
234234
}
235235

236236
/// If we were able to find a set of releases for this argument, but those

0 commit comments

Comments
 (0)