Commit 0be0a2be by Jan Hubicka Committed by Jan Hubicka

Forgotten hunk from my last merge patch:

	* final.c (output_addr_const): Do not call mark_referenced.

From-SVN: r97897
parent 43ae1e1c
2005-04-09 Jan Hubicka <jh@suse.cz>
Forgotten hunk from my last merge patch:
* final.c (output_addr_const): Do not call mark_referenced.
2005-04-09 Andrew MacLeod <amacleod@redhat.com> 2005-04-09 Andrew MacLeod <amacleod@redhat.com>
* doc/tree-ssa.texi: Add immediate use documentation. * doc/tree-ssa.texi: Add immediate use documentation.
......
...@@ -3170,8 +3170,6 @@ output_addr_const (FILE *file, rtx x) ...@@ -3170,8 +3170,6 @@ output_addr_const (FILE *file, rtx x)
break; break;
case SYMBOL_REF: case SYMBOL_REF:
if (SYMBOL_REF_DECL (x))
mark_decl_referenced (SYMBOL_REF_DECL (x));
#ifdef ASM_OUTPUT_SYMBOL_REF #ifdef ASM_OUTPUT_SYMBOL_REF
ASM_OUTPUT_SYMBOL_REF (file, x); ASM_OUTPUT_SYMBOL_REF (file, x);
#else #else
......
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