mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename lookUpSILFunctionFromVTable into lookUpFunctionFromVTable. NFC.
Swift SVN r24265
This commit is contained in:
@@ -805,7 +805,7 @@ static ClassDecl *getClassDeclSuperClass(ClassDecl *Class) {
|
||||
|
||||
SILFunction *
|
||||
SILModule::
|
||||
lookUpSILFunctionFromVTable(ClassDecl *Class, SILDeclRef Member) {
|
||||
lookUpFunctionFromVTable(ClassDecl *Class, SILDeclRef Member) {
|
||||
// Until we reach the top of the class hierarchy...
|
||||
while (Class) {
|
||||
// Try to lookup a VTable for Class from the module...
|
||||
|
||||
Reference in New Issue
Block a user