Remove duplicate declaration of mem_attrs_eq_p
2014-08-14 Tom de Vries <tom@codesourcery.com> * emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration. From-SVN: r213975
This commit is contained in:
parent
5d9607f0ee
commit
451d542ef4
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user