Small tweak to expand_used_vars
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 11 Aug 2021 13:31:32 +0000 (15:31 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 11 Aug 2021 13:34:15 +0000 (15:34 +0200)
commitcecdff844ac3a4a1790794ce4aa17d7fa50ee3eb
treea9718425b70cab250dd9fca4e2fcbe1316953941
parent9851a1631f2915fafdc733539b6c8b5fb81e7ae5
Small tweak to expand_used_vars

This completes the replacement of DECL_ATTRIBUTES (current_function_decl)
with the attribs local variable.

gcc/
* cfgexpand.c (expand_used_vars): Reuse attribs local variable.
gcc/cfgexpand.c