aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2006-07-07 14:23:57 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2006-07-07 14:23:57 +0000
commit83f676b352f6fc5981c6a477c92e735c04375ed6 (patch)
tree23576e37f688d2a706f1bfea77d9266942017b8d /gcc/rtl.c
parent1ce35d260ce28d8bf428ef923169899be85a382e (diff)
downloadgcc-83f676b352f6fc5981c6a477c92e735c04375ed6.zip
gcc-83f676b352f6fc5981c6a477c92e735c04375ed6.tar.gz
gcc-83f676b352f6fc5981c6a477c92e735c04375ed6.tar.bz2
pointer-set.c (pointer_set_destroy): Correct whitespace.
* pointer-set.c (pointer_set_destroy): Correct whitespace. * cfgloopanal.c (dump_graph): Likewise. * dojump.c (discard_pending_stack_adjust): Likewise. * fix-header.c (TARGET_EXTRA_INCLUDE, TARGET_EXTRA_PRE_INCLUDES): Likewise. * alloc-pool.c (dump_alloc_pool_statistics): Likewise. * function.c (finalize_block_changes): Likewise. * gcc-common.c (ggc_free_overhead, dump_gcc_loc_statistics): Likewise. * tree-ssa-dce.c (clear_control_dependence_bitmap): Likewise. * rtl.c (dump_rtx_statistics): Likewise. * tree-ssa-structalias.c (sort_fieldstack, init_alias_heapvars): Likewise. * varray.c (dump_varray_statistics): Likewise. * dfp.c (encode_decimal32, decode_decimal32, encode_decimal64, decode_decimal64, encode_decimal128, decode_decimal128, decimal_real_to_decimal): Likewise. From-SVN: r115258
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index b1c1ac1..71bd3ae 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -1,6 +1,6 @@
/* RTL utility routines.
Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001, 2002,
- 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GCC.
@@ -441,7 +441,8 @@ rtx_equal_p (rtx x, rtx y)
return 1;
}
-void dump_rtx_statistics (void)
+void
+dump_rtx_statistics (void)
{
#ifdef GATHER_STATISTICS
int i;