[cfe-dev] Gobal register variables marked local

Renato Golin renato.golin at linaro.org
Mon May 12 03:55:11 PDT 2014


On 9 May 2014 18:40, Reid Kleckner <rnk at google.com> wrote:
> It's not just lib/CodeGen/CGExpr.cpp?  That seems like the kind of place
> where we'd lower a regular old DeclRefExpr referring to a local or global
> variable.

I think the isLocal issue was preventing me from getting there with
the right context. Now that I changed it to return global on named
registers it seems to work.

I'll report back when I've gone further.

Thanks!
--renato



More information about the cfe-dev mailing list