From 1c4512dafc506fe383fbfa2cccf30cca977a48eb Mon Sep 17 00:00:00 2001 From: kenner Date: Sat, 20 Oct 2001 12:30:26 +0000 Subject: * emit-rtl.c (set_mem_attributes): Alignment is in bits. (adjust_address_1, offset_address): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46378 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/expr.h') diff --git a/gcc/expr.h b/gcc/expr.h index ad24cb7ae74..fbf12a04b2e 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -612,7 +612,7 @@ extern rtx memory_address_noforce PARAMS ((enum machine_mode, rtx)); /* Set the alias set of MEM to SET. */ extern void set_mem_alias_set PARAMS ((rtx, HOST_WIDE_INT)); -/* Set the alignment of MEM to ALIGN. */ +/* Set the alignment of MEM to ALIGN bits. */ extern void set_mem_align PARAMS ((rtx, unsigned int)); /* Return a memory reference like MEMREF, but with its mode changed -- cgit v1.2.1