aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.h
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2015-07-25 01:28:21 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2015-07-24 21:28:21 -0400
commit64d7fb90be5b6aba8ae99e3510faec8d73df879e (patch)
treedbdb2c3fec9b247df8cbdbf94a7a9569a539909f /gcc/tree-ssa-live.h
parenta406c8ce3f42685e53d8ade8ea4920b26f839ada (diff)
downloadgcc-64d7fb90be5b6aba8ae99e3510faec8d73df879e.zip
gcc-64d7fb90be5b6aba8ae99e3510faec8d73df879e.tar.gz
gcc-64d7fb90be5b6aba8ae99e3510faec8d73df879e.tar.bz2
Revert:
2015-07-23 Alexandre Oliva <aoliva@redhat.com> From-SVN: r226202
Diffstat (limited to 'gcc/tree-ssa-live.h')
-rw-r--r--gcc/tree-ssa-live.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h
index 1f88358..d5d7820 100644
--- a/gcc/tree-ssa-live.h
+++ b/gcc/tree-ssa-live.h
@@ -71,8 +71,8 @@ typedef struct _var_map
extern var_map init_var_map (int);
extern void delete_var_map (var_map);
extern int var_union (var_map, tree, tree);
-extern void partition_view_normal (var_map);
-extern void partition_view_bitmap (var_map, bitmap);
+extern void partition_view_normal (var_map, bool);
+extern void partition_view_bitmap (var_map, bitmap, bool);
extern void dump_scope_blocks (FILE *, int);
extern void debug_scope_block (tree, int);
extern void debug_scope_blocks (int);