diff options
author | Richard Guenther <rguenther@suse.de> | 2009-08-27 08:56:10 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2009-08-27 08:56:10 +0000 |
commit | c6a21142739cda7214691bd17f66ab9c72d78164 (patch) | |
tree | d88296687152c052613fb9f98ba68e3a92712929 /gcc/basic-block.h | |
parent | 7842a9dbf8c304c7531d3e390ed320294934c0bc (diff) | |
download | gcc-c6a21142739cda7214691bd17f66ab9c72d78164.zip gcc-c6a21142739cda7214691bd17f66ab9c72d78164.tar.gz gcc-c6a21142739cda7214691bd17f66ab9c72d78164.tar.bz2 |
gengtype.c (main): Handle uint64_t.
2009-08-27 Richard Guenther <rguenther@suse.de>
* gengtype.c (main): Handle uint64_t.
* ipa-utils.c (get_base_var): Indent properly.
* tree-ssa-live.c (debug_scope_block): New function.
* tree-flow.h (debug_scope_block): Declare.
* tree-ssa-copy.c (replace_exp_1): Add vertical space.
* basic-block.h (enum profile_status): Rename to
enum profile_status_d.
(x_profile_status): Adjust type.
cp/
* class.c (build_vtbl_ref_1): Remove excess vertical space.
* Make-lang.in (CXX_TREE_H): Remove c-common.def dependency
tracked by $(TREE_H).
* semantics.c (expand_or_defer_fn): Zero DECL_SAVED_TREE.
From-SVN: r151139
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 12256a2..2cc3e91 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -360,7 +360,7 @@ enum dom_state }; /* What sort of profiling information we have. */ -enum profile_status +enum profile_status_d { PROFILE_ABSENT, PROFILE_GUESSED, @@ -393,7 +393,7 @@ struct GTY(()) control_flow_graph { only used for the gimple CFG. */ VEC(basic_block,gc) *x_label_to_block_map; - enum profile_status x_profile_status; + enum profile_status_d x_profile_status; /* Whether the dominators and the postdominators are available. */ enum dom_state x_dom_computed[2]; |