File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/SILOptimizer/SILCombiner Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1018,10 +1018,10 @@ struct ConcreteArgumentCopy {
1018
1018
return None;
1019
1019
1020
1020
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.
1025
1025
assert (origArg->getType ().isAddress () == paramInfo.isFormalIndirect ());
1026
1026
1027
1027
// If argument convention is direct, then the existential reference was
You can’t perform that action at this time.
0 commit comments