diff options
author | H.J. Lu <hjl@gnu.org> | 1998-12-05 16:23:52 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-12-05 16:23:52 -0700 |
commit | 5edc923076bb8e6a73d6e5df064641624987ffa9 (patch) | |
tree | c4cd1944098542712c52d0e3c70e753b21aca355 /gcc/print-rtl.c | |
parent | c3a6e90500a45ba1048bde4b297628ef9c5d6d91 (diff) | |
download | gcc-5edc923076bb8e6a73d6e5df064641624987ffa9.zip gcc-5edc923076bb8e6a73d6e5df064641624987ffa9.tar.gz gcc-5edc923076bb8e6a73d6e5df064641624987ffa9.tar.bz2 |
print-rtl.c (print_rtx): Add prototype.
* print-rtl.c (print_rtx): Add prototype.
* unroll.c (iteration_info): Make it static.
From-SVN: r24116
Diffstat (limited to 'gcc/print-rtl.c')
-rw-r--r-- | gcc/print-rtl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index 6524297..84711cb 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -55,6 +55,8 @@ static int indent; extern char **insn_name_ptr; +static void print_rtx PROTO ((rtx)); + /* Nonzero means suppress output of instruction numbers and line number notes in debugging dumps. This must be defined here so that programs like gencodes can be linked. */ |