This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
legitimate_address_p
- From: Hendrik Greving <hendrik dot greving dot intel at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 19 Jun 2013 09:05:17 -0700
- Subject: legitimate_address_p
If the 'address' in question is (mem:m), then this is usually false is
that right? Compiler always asks for the address excluding (mem:m), is
that true (it would mean some kind of pointer to pointer)? Is this
also true if reload check inline asm statements with memory
constraints?
Thanks,
Hendrik