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]

[PATCH] Commited: Fix coding style for ix86_sse5_valid_op_p


In doing the backport for SSE5 to 4.1/4.2, I noticed I had a small violation of
the GNU coding style.  I fixed it with this patch:

2007-11-13  Michael Meissner  <michael.meissner@amd.com>

	* config/i386/i386.c (ix86_sse5_valid_op_p): Put type on separate
	line.

*** gcc/config/i386/i386.c.~1~	2007-11-01 11:59:45.116466000 -0400
--- gcc/config/i386/i386.c	2007-11-13 19:14:38.426673000 -0500
*************** ix86_expand_round (rtx operand0, rtx ope
*** 24856,24862 ****
     NUM is the number of operands.
     USES_OC0 is true if the instruction uses OC0 and provides 4 variants.
     NUM_MEMORY is the maximum number of memory operands to accept.  */
! bool ix86_sse5_valid_op_p (rtx operands[], rtx insn, int num, bool uses_oc0, int num_memory)
  {
    int mem_mask;
    int mem_count;
--- 24856,24863 ----
     NUM is the number of operands.
     USES_OC0 is true if the instruction uses OC0 and provides 4 variants.
     NUM_MEMORY is the maximum number of memory operands to accept.  */
! bool
! ix86_sse5_valid_op_p (rtx operands[], rtx insn, int num, bool uses_oc0, int num_memory)
  {
    int mem_mask;
    int mem_count;

-- 
Michael Meissner, AMD
90 Central Street, MS 83-29, Boxborough, MA, 01719, USA
michael.meissner@amd.com



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