make ix86_sse5_valid_op_p adhere to GNU coding style

From-SVN: r130163
This commit is contained in:
Michael Meissner 2007-11-14 00:16:45 +00:00 committed by Michael Meissner
parent 6eb065e62c
commit a273c72a5d
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-11-13 Michael Meissner <michael.meissner@amd.com>
* config/i386/i386.c (ix86_sse5_valid_op_p): Put type on separate
line.
2007-11-13 Sterling Augustine <sterling@tensilica.com>
Bob Wilson <bob.wilson@acm.org>

View file

@ -24856,7 +24856,8 @@ ix86_expand_round (rtx operand0, rtx operand1)
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)
bool
ix86_sse5_valid_op_p (rtx operands[], rtx insn, int num, bool uses_oc0, int num_memory)
{
int mem_mask;
int mem_count;