On Wed, May 13, 2009 at 02:19, Nick Lewycky <nicholas at mxc.ca> wrote:
>
> For that matter, I just realized after sending that <union {i8, i9}> and
> <union {i9, i8}> must be the same type.
>
If union {i8, i32} and union {i32, i8} are the same type, how does GEP
know which type to return for a given index?
Scott