aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-03-23 16:29:33 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-03-23 16:29:33 +0000
commit3691626c344d5f04b933ef6c70f0c0fb58d25151 (patch)
treea53e7634a67bdd62e10ed93275097fbd631441ef /gcc/tree-ssa-structalias.c
parent88ccb72ad199fe41a52bd85e9adad1ae17544db1 (diff)
downloadgcc-3691626c344d5f04b933ef6c70f0c0fb58d25151.zip
gcc-3691626c344d5f04b933ef6c70f0c0fb58d25151.tar.gz
gcc-3691626c344d5f04b933ef6c70f0c0fb58d25151.tar.bz2
cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
2009-03-23 Richard Guenther <rguenther@suse.de> * cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts. * tree.h (struct tree_type): Likewise. * reload.h (struct insn_chain): Likewise. * dwarf2out.c (struct dw_loc_descr_struct): Likewise. * function.h (struct function): Likewise. * tree-ssa-structalias.c (struct equiv_class_label): Likewise. From-SVN: r145009
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index 732bc6f..384fe18 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -1817,9 +1817,9 @@ compute_topo_order (constraint_graph_t graph,
typedef struct equiv_class_label
{
+ hashval_t hashcode;
unsigned int equivalence_class;
bitmap labels;
- hashval_t hashcode;
} *equiv_class_label_t;
typedef const struct equiv_class_label *const_equiv_class_label_t;