aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
authorKenneth Zadeck <zadeck@naturalbridge.com>2007-08-30 17:38:25 +0000
committerKenneth Zadeck <zadeck@gcc.gnu.org>2007-08-30 17:38:25 +0000
commitffd640ed8493248affaaa529ad20e45626046c36 (patch)
tree0485d05a1cbdb9a1e615d4a9111f61baa720350b /gcc/df.h
parent12cdc4fa8647b21f11d5f4b091d54f34e7220853 (diff)
downloadgcc-ffd640ed8493248affaaa529ad20e45626046c36.zip
gcc-ffd640ed8493248affaaa529ad20e45626046c36.tar.gz
gcc-ffd640ed8493248affaaa529ad20e45626046c36.tar.bz2
df-core.h (df_dump_region): New function.
2007-08-30 Kenneth Zadeck <zadeck@naturalbridge.com> * df-core.h (df_dump_region): New function. * df.h (df_dump_region): New function. * loop-invariant.c (find_defs): Add call to df_dump_region. * loop-iv.c (iv_analysis_loop_init): Changed call from df_dump to df_dump_region. From-SVN: r127931
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/df.h b/gcc/df.h
index 7457277..3ff7f39 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -836,6 +836,7 @@ extern bool df_reg_used (rtx, rtx);
extern void df_worklist_dataflow (struct dataflow *,bitmap, int *, int);
extern void df_print_regset (FILE *file, bitmap r);
extern void df_dump (FILE *);
+extern void df_dump_region (FILE *);
extern void df_dump_start (FILE *);
extern void df_dump_top (basic_block, FILE *);
extern void df_dump_bottom (basic_block, FILE *);