Trivial typo fix
Этот коммит содержится в:
родитель
e9f6e51fc8
коммит
46872a70b1
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -38,7 +38,7 @@ func (c *Compiler) createCall(fn llvm.Value, args []llvm.Value, name string) llv
|
||||||
}
|
}
|
||||||
|
|
||||||
// Expand an argument type to a list that can be used in a function call
|
// Expand an argument type to a list that can be used in a function call
|
||||||
// paramter list.
|
// parameter list.
|
||||||
func (c *Compiler) expandFormalParamType(t llvm.Type) []llvm.Type {
|
func (c *Compiler) expandFormalParamType(t llvm.Type) []llvm.Type {
|
||||||
switch t.TypeKind() {
|
switch t.TypeKind() {
|
||||||
case llvm.StructTypeKind:
|
case llvm.StructTypeKind:
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче