Skip to content

Commit 0a9b558

Browse files
authored
Merge pull request #61280 from nate-chandler/gardening/20220923/1
Changed todo label.
2 parents 6907933 + 84d0e25 commit 0a9b558

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,10 +1018,10 @@ struct ConcreteArgumentCopy {
10181018
return None;
10191019

10201020
SILValue origArg = apply.getArgument(argIdx);
1021-
// FIXME_opaque: With SIL opaque values, a formally indirect argument may be
1022-
// passed as a SIL object. In this case, generate a copy_value for the new
1023-
// argument and a destroy_value for the old argument, as should also be done
1024-
// for owned references.
1021+
// TODO_sil_opaque: With SIL opaque values, a formally indirect argument
1022+
// may be passed as a SIL object. In this case, generate a copy_value for
1023+
// the new argument and a destroy_value for the old argument, as should
1024+
// also be done for owned references.
10251025
assert(origArg->getType().isAddress() == paramInfo.isFormalIndirect());
10261026

10271027
// If argument convention is direct, then the existential reference was

0 commit comments

Comments
 (0)