]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
make ix86_sse5_valid_op_p adhere to GNU coding style
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Nov 2007 00:16:45 +0000 (00:16 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Nov 2007 00:16:45 +0000 (00:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130163 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.c

index d4517ad5646582a0564081d0f9d34200c17686e6..e6682d279d79a717a48b472280447ee8fb5d3565 100644 (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>
        
index 0429d239efaf938d08666b1b0472e457bde5e388..296266d1e8f1284f86d61a5e438fedd7fb5de79c 100644 (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;