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: [autovect] [patch] Improve code generated for VEC_COND_EXPR



>    This is better, thanks.  But please correct the indentation of the
> case statements in rs6000_emit_vector_compare() to conform to GCC coding
> standard.  The indentation of some cases was not reset after the removal
> of the secondary switch statement.
>
> Thanks, David
>

I did pass whole text of new function thru??? indent -gnu --ignore-profile
"$@" | unexpand -

Probably the patch is broken since, I've generated it using
"--ignore-space-change"
option of gnu diff. Below attached fixed version of the patch.
-- Victor


(See attached file: autovect.improve_cond_vect_expr.patch-2.txt)

Attachment: autovect.improve_cond_vect_expr.patch-2.txt
Description: Text document


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