diff options
author | Michael Meissner <michael.meissner@amd.com> | 2007-11-14 00:16:45 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2007-11-14 00:16:45 +0000 |
commit | a273c72a5dd5a11d668e0d9a1ae103e0fd223457 (patch) | |
tree | 2d5b0a3f84c29d9c5c85cad7da8ab8c06610062e /gcc/config | |
parent | 6eb065e62cab6df886f8e0192f8cd3153772642a (diff) | |
download | gcc-a273c72a5dd5a11d668e0d9a1ae103e0fd223457.zip gcc-a273c72a5dd5a11d668e0d9a1ae103e0fd223457.tar.gz gcc-a273c72a5dd5a11d668e0d9a1ae103e0fd223457.tar.bz2 |
make ix86_sse5_valid_op_p adhere to GNU coding style
From-SVN: r130163
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/i386.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 0429d23..296266d 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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; |