This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question on canonical representation of PLUS..


    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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]