aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorZdenek Dvorak <dvorakz@suse.cz>2007-07-26 20:06:38 +0200
committerZdenek Dvorak <rakdver@gcc.gnu.org>2007-07-26 18:06:38 +0000
commit8fee41c2fecbc35041abd164b869ff6a4b92b318 (patch)
treee691ad2d1c68ced9688625a401830f3a64cc09f0 /gcc/function.h
parent87621e5f0fa6c55652477118bc6e69f84b9bf6b3 (diff)
downloadgcc-8fee41c2fecbc35041abd164b869ff6a4b92b318.zip
gcc-8fee41c2fecbc35041abd164b869ff6a4b92b318.tar.gz
gcc-8fee41c2fecbc35041abd164b869ff6a4b92b318.tar.bz2
dominance.c (dom_computed, [...]): Removed.
* dominance.c (dom_computed, n_bbs_in_dom_tree): Removed. * function.h (dom_computed, n_bbs_in_dom_tree): New macros. * basic-block.h (struct control_flow_graph): Added x_dom_computed and x_n_bbs_in_dom_tree fields. From-SVN: r126960
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index e9eaf1f..7de484c 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -534,6 +534,8 @@ extern int trampolines_created;
#define nonlocal_goto_handler_labels (cfun->x_nonlocal_goto_handler_labels)
#define rtl_df (cfun->df)
#define current_loops (cfun->x_current_loops)
+#define dom_computed (cfun->cfg->x_dom_computed)
+#define n_bbs_in_dom_tree (cfun->cfg->x_n_bbs_in_dom_tree)
#define VALUE_HISTOGRAMS(fun) (fun)->value_histograms
/* Given a function decl for a containing function,