Use unified logic for determining whether a subscript index is bridged to an object type.

Fixes rdar://problem/19772357.

Swift SVN r25145
This commit is contained in:
Doug Gregor
2015-02-10 23:56:07 +00:00
parent d397a323a3
commit 20bc247494
10 changed files with 82 additions and 40 deletions

View File

@@ -450,4 +450,4 @@ SILDeclRef SILDeclRef::getOverriddenVTableEntry() const {
return overridden;
}
return SILDeclRef();
}
}