mirror of git://gcc.gnu.org/git/gcc.git
Revert part of r240397 that got accidentally committed
From-SVN: r240520
This commit is contained in:
parent
9528ced875
commit
cc1dadb0d4
|
|
@ -9122,8 +9122,6 @@ avr_eval_addr_attrib (rtx x)
|
||||||
if (SYMBOL_REF_FLAGS (x) & SYMBOL_FLAG_IO)
|
if (SYMBOL_REF_FLAGS (x) & SYMBOL_FLAG_IO)
|
||||||
{
|
{
|
||||||
attr = lookup_attribute ("io", DECL_ATTRIBUTES (decl));
|
attr = lookup_attribute ("io", DECL_ATTRIBUTES (decl));
|
||||||
if (!attr || !TREE_VALUE (attr))
|
|
||||||
attr = lookup_attribute ("io_low", DECL_ATTRIBUTES (decl));
|
|
||||||
gcc_assert (attr);
|
gcc_assert (attr);
|
||||||
}
|
}
|
||||||
if (!attr || !TREE_VALUE (attr))
|
if (!attr || !TREE_VALUE (attr))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue