aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/emit-rtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/emit-rtl.h')
-rw-r--r--gcc-4.9/gcc/emit-rtl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/emit-rtl.h b/gcc-4.9/gcc/emit-rtl.h
index fe68de947..36eb0c8b1 100644
--- a/gcc-4.9/gcc/emit-rtl.h
+++ b/gcc-4.9/gcc/emit-rtl.h
@@ -20,6 +20,9 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_EMIT_RTL_H
#define GCC_EMIT_RTL_H
+/* Return whether two MEM_ATTRs are equal. */
+bool mem_attrs_eq_p (const struct mem_attrs *, const struct mem_attrs *);
+
/* Set the alias set of MEM to SET. */
extern void set_mem_alias_set (rtx, alias_set_type);