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.
2 parents b3a2052 + 6413682 commit 734e92cCopy full SHA for 734e92c
lib/SIL/ValueOwnership.cpp
@@ -520,7 +520,6 @@ ValueOwnershipKindClassifier::visitBuiltinInst(BuiltinInst *BI) {
520
//===----------------------------------------------------------------------===//
521
522
ValueOwnershipKind SILValue::getOwnershipKind() const {
523
- // Once we have multiple return values, this must be changed.
524
ValueOwnershipKindClassifier Classifier;
525
return Classifier.visit(const_cast<ValueBase *>(Value));
526
}
0 commit comments