Remove duplicate declaration of mem_attrs_eq_p
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Aug 2014 17:41:44 +0000 (17:41 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Aug 2014 17:41:44 +0000 (17:41 +0000)
2014-08-14  Tom de Vries  <tom@codesourcery.com>

* emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213975 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/emit-rtl.h

index 4194ac7..2b6ab61 100644 (file)
@@ -1,5 +1,9 @@
 2014-08-14  Tom de Vries  <tom@codesourcery.com>
 
+       * emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration.
+
+2014-08-14  Tom de Vries  <tom@codesourcery.com>
+
        PR rtl-optimization/62004
        PR rtl-optimization/62030
        * ifcvt.c (rtx_interchangeable_p): New function.
index bae6e69..8439750 100644 (file)
@@ -72,7 +72,6 @@ extern void set_reg_attrs_for_parm (rtx, rtx);
 extern void set_reg_attrs_for_decl_rtl (tree t, rtx x);
 extern void adjust_reg_mode (rtx, enum machine_mode);
 extern int mem_expr_equal_p (const_tree, const_tree);
-extern bool mem_attrs_eq_p (const struct mem_attrs *, const struct mem_attrs *);
 
 extern bool need_atomic_barrier_p (enum memmodel, bool);