Revert part of r240397 that got accidentally committed

From-SVN: r240520
This commit is contained in:
Senthil Kumar Selvaraj 2016-09-27 06:13:38 +00:00
parent 9528ced875
commit cc1dadb0d4
1 changed files with 0 additions and 2 deletions

View File

@ -9122,8 +9122,6 @@ avr_eval_addr_attrib (rtx x)
if (SYMBOL_REF_FLAGS (x) & SYMBOL_FLAG_IO)
{
attr = lookup_attribute ("io", DECL_ATTRIBUTES (decl));
if (!attr || !TREE_VALUE (attr))
attr = lookup_attribute ("io_low", DECL_ATTRIBUTES (decl));
gcc_assert (attr);
}
if (!attr || !TREE_VALUE (attr))