* basic-block.h (struct control_flow_graph): Move last_label_uid field up.
commitb783499472267779cc1438facfb431051d06d355
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2010 14:03:31 +0000 (29 14:03 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2010 14:03:31 +0000 (29 14:03 +0000)
tree66258a8d6ddfef0c7613daac8284abdce1b85462
parentf541dff246cd276edd2bc2b2503abca5ad6f58ee
* basic-block.h (struct control_flow_graph): Move last_label_uid field up.
* df.h (struct df_base_ref): Move regno field up.
* dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
* expr.h (struct separate_ops): Move location field up.
* optabs.h (struct optab_d): Move libcall_basename field down.
* config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
* config/i386/i386.h (struct machine_function): Convert call_abi field
into a bitfield.  Move cfa field to the end of the structure.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160025 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/df.h
gcc/dwarf2out.c
gcc/expr.h
gcc/optabs.h