go-llvm / llgo

LLVM-based compiler for Go
Other
1.25k stars 81 forks source link

Store FreeVar govalues correctly #182

Closed axw closed 10 years ago

axw commented 10 years ago

FreeVars have the right (pointer) type to begin with, so we should not explicitly create a pointer type.

Fixes #176

pcc commented 10 years ago

LGTM.