transform (interface): fix merge error from #2202
Этот коммит содержится в:
родитель
9e1b4de999
коммит
d46bf2e5e0
1 изменённых файлов: 1 добавлений и 0 удалений
|
@ -383,6 +383,7 @@ func (p *lowerInterfacesPass) defineInterfaceMethodFunc(fn llvm.Value, itf *inte
|
|||
parentHandle := fn.LastParam()
|
||||
context := llvm.PrevParam(parentHandle)
|
||||
actualType := llvm.PrevParam(context)
|
||||
returnType := fn.Type().ElementType().ReturnType()
|
||||
context.SetName("context")
|
||||
actualType.SetName("actualType")
|
||||
parentHandle.SetName("parentHandle")
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче