On Nov 30, 2007, at 2:49 AM, Sanghyeon Seo wrote:
> This patch fixes a problem in CodeGen with member expression and
> typedef.
>
> typedef struct { int i; } Value;
> typedef Value *PValue;
>
> int get_value(PValue v) {
> return v->i;
> }
Applied, thanks!
-Chris