This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [Patch] Add and use new RTL predicates for i386 target


I must say I don't see the point of extra RTL predicates, but I'll let others judge. MEM and REG should be everything that's needed IMHO.

Anyway,

+ if (!(X87_FLOAT_MODE_P (mode) && (CONST_DOUBLE_P (x))))

Extra parentheses.

Paolo


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