aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-22 17:03:27 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-22 17:03:27 +0200
commitd329e058f2de08aa52b68e97bc7ae13c0dbcbe39 (patch)
tree1c9f6bed6ad2463273501c132977d557fd474433 /gcc/cfglayout.h
parent84edd42cd48594dfe92b87af25e214ccd15d300d (diff)
downloadgcc-d329e058f2de08aa52b68e97bc7ae13c0dbcbe39.zip
gcc-d329e058f2de08aa52b68e97bc7ae13c0dbcbe39.tar.gz
gcc-d329e058f2de08aa52b68e97bc7ae13c0dbcbe39.tar.bz2
caller-save.c: Convert to ISO C90.
* caller-save.c: Convert to ISO C90. * calls.c: Likewise. * cfg.c: Likewise. * cfganal.c: Likewise. * cfgbuild.c: Likewise. * cfgcleanup.c: Likewise. * cfghooks.c: Likewise. * cfglayout.c: Likewise. * cfglayout.h: Likewise. * cfgloop.c: Likewise. * cfgloop.h: Likewise. * cfgloopanal.c: Likewise. * cfgloopmainip.c: Likewise. * cfgrtl.c: Likewise. From-SVN: r68331
Diffstat (limited to 'gcc/cfglayout.h')
-rw-r--r--gcc/cfglayout.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h
index 4ae8b66..1ab3e1f 100644
--- a/gcc/cfglayout.h
+++ b/gcc/cfglayout.h
@@ -1,5 +1,5 @@
/* Basic block reordering routines for the GNU compiler.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2003 Free Software Foundation, Inc.
This file is part of GCC.
@@ -37,9 +37,9 @@ typedef struct reorder_block_def
extern rtx cfg_layout_function_footer;
-extern void cfg_layout_initialize PARAMS ((struct loops *));
-extern void cfg_layout_finalize PARAMS ((void));
-extern bool cfg_layout_can_duplicate_bb_p PARAMS ((basic_block));
-extern basic_block cfg_layout_duplicate_bb PARAMS ((basic_block, edge));
-extern void insn_locators_initialize PARAMS ((void));
-extern void reemit_insn_block_notes PARAMS ((void));
+extern void cfg_layout_initialize (struct loops *);
+extern void cfg_layout_finalize (void);
+extern bool cfg_layout_can_duplicate_bb_p (basic_block);
+extern basic_block cfg_layout_duplicate_bb (basic_block, edge);
+extern void insn_locators_initialize (void);
+extern void reemit_insn_block_notes (void);