示例#1
0
文件: cabi.go 项目: hinike/llgo
func (t intBType) ToLLVM(c llvm.Context) llvm.Type {
	return c.IntType(t.width * 8)
}