This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Use TYPE_ALIGN_UNIT and DECL_ALIGN_UNIT to avoid redundant multiplication
by BITS_PER_UNIT.
Fix printings.
Bootstrapped and tested on pcc-darwin.
Committed to autovect branch.
Ira
Changelog entry:
* tree-data-ref.c (address_analysis): Use TYPE_ALIGN_UNIT.
(object_analysis): Use DECL_ALIGN_UNIT.
(create_data_ref): Fix printings.
Patch:
(See attached file: diff)Attachment:
diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |