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] A few tweaks for Ada


> Ok if you use tree_swap_operands_p instead in extract_muldiv_1.

I pondered it but that seems overkill to me given the explicit test

      if (TREE_CODE (op1) != INTEGER_CST)
	break;

just below.

-- 
Eric Botcazou


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