]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert part of r240397 that got accidentally committed
authorSenthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
Tue, 27 Sep 2016 06:13:38 +0000 (06:13 +0000)
committerSenthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
Tue, 27 Sep 2016 06:13:38 +0000 (06:13 +0000)
From-SVN: r240520

gcc/config/avr/avr.c

index 4ffb38c571f5572ebc518598390e420600f27aed..c6413421c5e2c117fadaa2b7f2b2b313d8a270f5 100644 (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))