This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Treat ASM_EXPR operands as real operands [patch]
On Tue, 2003-07-22 at 14:01, Jason Merrill wrote:
> Hmm. You could probably use DECL_RTL_SET_P, but that seems fragile.
>
It's still not set when we are in the tree optimizers.
The only thing that seems to distinguish both variables is
DECL_REGISTER. The __asm__ variable is also declared register, but that
doesn't seem a good idea either.
Diego.