Commit 8ce0a8a5 by Richard Henderson Committed by Richard Henderson

* toplev.c (rest_of_decl_compilation): Revert last two changes.

From-SVN: r50264
parent ba31d94e
2002-03-03 Richard Henderson <rth@redhat.com>
* toplev.c (rest_of_decl_compilation): Revert last two changes.
2002-03-03 Zack Weinberg <zack@codesourcery.com>
* emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
......
......@@ -2266,10 +2266,7 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end)
{
timevar_push (TV_VARCONST);
/* If asmspec non-zero, we may be creating a global register variable.
If asmspec zero, we may be making sure that ENCODE_SECTION_INFO is
up-to-date. */
if (TREE_CODE (decl) != TYPE_DECL && TREE_CODE (decl) != LABEL_DECL)
if (asmspec)
make_decl_rtl (decl, asmspec);
/* Don't output anything when a tentative file-scope definition
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment