I'm not sure whether the if (GV) is needed; I'm just following the
code above which is checking the same thing. No tests fail when I remove
both if (GV) checks.
Rafael, any ideas?
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The !GV case is for symbols defined in inline assembly.
Now that I think of it, we should probably drop it for now. It will
be clear when adding inline assembly.
Cheers,
Rafael
Why do you need the alignment?