Re: Accessing Go type descriptors from the middle end

2012-12-13 Thread Ian Lance Taylor
On Thu, Dec 13, 2012 at 3:52 PM, Matt Davis wrote: > > On Fri, Dec 14, 2012 at 10:00 AM, Ian Lance Taylor wrote: >> On Thu, Dec 13, 2012 at 4:16 AM, Matt Davis wrote: >>> >>> I have a GIMPLE pass and would like to make use of the data type >>> information that the Go frontend produces. Is there

Re: Accessing Go type descriptors from the middle end

2012-12-13 Thread Matt Davis
Hi Ian, Thank you for your reply. On Fri, Dec 14, 2012 at 10:00 AM, Ian Lance Taylor wrote: > On Thu, Dec 13, 2012 at 4:16 AM, Matt Davis wrote: >> >> I have a GIMPLE pass and would like to make use of the data type >> information that the Go frontend produces. Is there a way to access >> this

Re: Accessing Go type descriptors from the middle end

2012-12-13 Thread Ian Lance Taylor
On Thu, Dec 13, 2012 at 4:16 AM, Matt Davis wrote: > > I have a GIMPLE pass and would like to make use of the data type > information that the Go frontend produces. Is there a way to access > this information from the middle end without having to query the > frontend? What kind of data type info

Accessing Go type descriptors from the middle end

2012-12-13 Thread Matt Davis
Hello, I have a GIMPLE pass and would like to make use of the data type information that the Go frontend produces. Is there a way to access this information from the middle end without having to query the frontend? -Matt