aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-10-20 12:30:26 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-10-20 08:30:26 -0400
commitd022d93eed072cd2cbb1585d18d77be6c27723cf (patch)
tree9de4b8f33f96f533e92c2928fc6a7aba2cd18b35 /gcc/expr.h
parent4f9b4029463bc07cc04b20fb0a24d7516f455d02 (diff)
downloadgcc-d022d93eed072cd2cbb1585d18d77be6c27723cf.zip
gcc-d022d93eed072cd2cbb1585d18d77be6c27723cf.tar.gz
gcc-d022d93eed072cd2cbb1585d18d77be6c27723cf.tar.bz2
emit-rtl.c (set_mem_attributes): Alignment is in bits.
* emit-rtl.c (set_mem_attributes): Alignment is in bits. (adjust_address_1, offset_address): Likewise. From-SVN: r46378
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index ad24cb7..fbf12a0 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