summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-20 12:30:26 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-20 12:30:26 +0000
commit1c4512dafc506fe383fbfa2cccf30cca977a48eb (patch)
tree9de4b8f33f96f533e92c2928fc6a7aba2cd18b35 /gcc/expr.h
parent0f3163d6f13909e41e001f75257b9a27327b4d4d (diff)
downloadgcc-1c4512dafc506fe383fbfa2cccf30cca977a48eb.tar.gz
* 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
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 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