Reduce lookup_attribute memory footprint.
authorMartin Liska <mliska@suse.cz>
Tue, 12 Sep 2017 14:24:29 +0000 (16:24 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 12 Sep 2017 14:24:29 +0000 (14:24 +0000)
commit13bdca744bda9321d6e0f4beca7bf9ac2e0870c0
tree9a86fbfc054247f37f8de32b3f1a30ec141c2e8e
parent29545149bf8ca8c89a9a7d32fe7fdb8e9294759c
Reduce lookup_attribute memory footprint.

2017-09-12  Martin Liska  <mliska@suse.cz>

* attribs.c (private_lookup_attribute): New function.
* attribs.h (private_lookup_attribute): Declared here.
(lookup_attribute): Called from this place.

From-SVN: r252022
gcc/ChangeLog
gcc/attribs.c
gcc/attribs.h