mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
IRGen: Some progress toward tuple conformances
This commit is contained in:
@@ -43,8 +43,8 @@ ProtocolDecl *SILWitnessTable::getProtocol() const {
|
||||
return getConformance()->getProtocol();
|
||||
}
|
||||
|
||||
CanType SILWitnessTable::getConformingType() const {
|
||||
return getConformance()->getType()->getCanonicalType();
|
||||
NominalTypeDecl *SILWitnessTable::getConformingNominal() const {
|
||||
return getConformance()->getDeclContext()->getSelfNominalTypeDecl();
|
||||
}
|
||||
|
||||
void SILWitnessTable::addWitnessTable() {
|
||||
|
||||
Reference in New Issue
Block a user