diff options
Diffstat (limited to 'gcc/emit-rtl.h')
-rw-r--r-- | gcc/emit-rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h index ce38637..32f5c91 100644 --- a/gcc/emit-rtl.h +++ b/gcc/emit-rtl.h @@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_EMIT_RTL_H /* Set the alias set of MEM to SET. */ -extern void set_mem_alias_set (rtx, HOST_WIDE_INT); +extern void set_mem_alias_set (rtx, alias_set_type); /* Set the alignment of MEM to ALIGN bits. */ extern void set_mem_align (rtx, unsigned int); |