OSDN Git Service

Forgotten hunk from my last merge patch:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Apr 2005 13:37:33 +0000 (13:37 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Apr 2005 13:37:33 +0000 (13:37 +0000)
* final.c (output_addr_const): Do not call mark_referenced.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97897 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/final.c

index 4075d9b..293ded6 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * doc/tree-ssa.texi: Add immediate use documentation.
index aee4ea9..7d78061 100644 (file)
@@ -3170,8 +3170,6 @@ output_addr_const (FILE *file, rtx x)
       break;
 
     case SYMBOL_REF:
-      if (SYMBOL_REF_DECL (x))
-       mark_decl_referenced (SYMBOL_REF_DECL (x));
 #ifdef ASM_OUTPUT_SYMBOL_REF
       ASM_OUTPUT_SYMBOL_REF (file, x);
 #else