calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Thu, 30 Mar 2000 13:46:05 +0000 (13:46 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 30 Mar 2000 13:46:05 +0000 (08:46 -0500)
commitbdb429a5a1c6a4d93565277c658ddca7893905d0
tree4604157a949437de045f5e4819a744fa071efad5
parent068feaa95538472dfdb0244ef4899a86e73db86e
calls.c (expand_call): Pass bit alignment to mark_reg_pointer.

* calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
* explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
* function.c (assign_parms): Likewise.
* integrate.c (expand_inline_function): Likewise.
* stmt.c (expand_decl): Likewise.
(copy_rtx_and_substitute): Likewise.
* expr.c (expand_expr, expand_expr_unaligned): Likewise.
  (clear_by_pieces): Fix error in last change.
* emit-rtl.c (init_emit): Set known registers alignment in bits.
* function.h (regno_pointer_align): Now unsigned.
* config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
is in bits.
* config/i386/i386.c (aligned_operand): Likewise.
* config/sparc/sparc.c (mem_min_alignment): Likewise.
* config/alpha/alpha.c (aligned_memory_operand): Likewise.
(unaligned_memory_operand): Likewise.
(alpha_expand_block_move, alpha_expand_block_clear): Likewise.
Also make alignments and sizes unsigned and some whitespace cleanup.
(alpha_va_start): Do nothing if VALIST's type is error_mark_node.

From-SVN: r32829
13 files changed:
gcc/ChangeLog
gcc/calls.c
gcc/config/alpha/alpha.c
gcc/config/arm/arm.c
gcc/config/i386/i386.c
gcc/config/sparc/sparc.c
gcc/emit-rtl.c
gcc/explow.c
gcc/expr.c
gcc/function.c
gcc/function.h
gcc/integrate.c
gcc/stmt.c