diff options
author | YamaArashi <shadow962@live.com> | 2016-07-25 22:55:28 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-25 22:55:28 -0700 |
commit | 0c55c65a7566a9bdb80cbc73a68e600c10d6d2b3 (patch) | |
tree | 9445555d33cb761275085d59a5dcf463f0c3db48 /gcc | |
parent | 71785b8fc6c42b1f0fc482f38f6a3e32f878efef (diff) |
fix print_rtl_with_bb proto
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 241900d..10d8508 100755 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -73,7 +73,7 @@ extern void dump_local_alloc (); extern void regset_release_memory (); extern void print_rtl (); -extern void print_rtl_with_bb (); +extern void print_rtl_with_bb (FILE *, rtx); void rest_of_decl_compilation (); void error_with_file_and_line (char *file, int line, char *s, ...); |