This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Improve handling of COND_EXECs in haifa_classify_insn.
- From: "Alexander Monakov" <amonakov at ispras dot ru>
- To: "Vladimir N. Makarov" <vmakarov at redhat dot com>
- Cc: "gcc-patches.gcc.gnu.org" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 09 Nov 2007 20:06:07 +0300
- Subject: Re: [PATCH] Improve handling of COND_EXECs in haifa_classify_insn.
- References: <op.tzi1n9umqmwd4b@endeed2.ispras.ru> <470125B6.2030608@codesourcery.com> <op.t0yup3ymqmwd4b@endeed2.ispras.ru> <472B9CFA.4050603@redhat.com>
I'd rename haifa_classify_expr into haifa_classify_rtx and its
parameter to X (because the function is recursive after the patch).
The comment could be:
/* Classifies rtx X of an insn for the purpose of verifiying that X can
be executed speculatively (and consequently
the insn can be move speculatively), by examining X, returning:
Ok with these changes (please change the function name in ChangeLog too).
Thanks. Committed to trunk.
Alexander Monakov