compiler: remove println statement
I forgot to remove this debug print after I wrote the code...
Этот коммит содержится в:
родитель
2a5c331516
коммит
317b12b8c0
1 изменённых файлов: 0 добавлений и 1 удалений
|
@ -225,7 +225,6 @@ func (c *Compiler) doesEscape(value llvm.Value) bool {
|
||||||
// pointers escape.
|
// pointers escape.
|
||||||
// TODO: introduce //go:noescape that sets the 'nocapture'
|
// TODO: introduce //go:noescape that sets the 'nocapture'
|
||||||
// flag on each input parameter.
|
// flag on each input parameter.
|
||||||
println("declaration:", use.CalledValue().Name())
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче