From 3691626c344d5f04b933ef6c70f0c0fb58d25151 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Mon, 23 Mar 2009 16:29:33 +0000 Subject: cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts. 2009-03-23 Richard Guenther * 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 --- gcc/dwarf2out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 133136b..af5c994 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -3499,9 +3499,9 @@ typedef struct dw_loc_descr_struct GTY(()) { dw_loc_descr_ref dw_loc_next; enum dwarf_location_atom dw_loc_opc; + int dw_loc_addr; dw_val_node dw_loc_oprnd1; dw_val_node dw_loc_oprnd2; - int dw_loc_addr; } dw_loc_descr_node; -- cgit v1.1