This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question on canonical representation of PLUS..
- To: apl at alum dot mit dot edu
- Subject: Re: Question on canonical representation of PLUS..
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Tue, 3 Jul 01 10:07:31 EDT
- Cc: gcc at gcc dot gnu dot org
Is it correct to believe that an address constant like
(plus:QI (symbol_ref:QI ("bs"))
(const_int 1 [0x1]))
should always be wrapped in a CONST rtx?
Yes.