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] |
On Sun, Sep 27, 2009 at 12:45 PM, Eric Botcazou <ebotcazou@adacore.com> wrote: >> 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. Hm, ok. Thanks, Richard. > -- > Eric Botcazou >
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |