* config/rs6000/rs6000.c (print_operand, 'z'): Use DECL_PRESERVE_P
instead of mark_decl_referenced.
From-SVN: r199698
+2013-06-05 David Edelsohn <dje.gcc@gmail.com>
+
+ * config/rs6000/rs6000.c (print_operand, 'z'): Use DECL_PRESERVE_P
+ instead of mark_decl_referenced.
+
2013-06-05 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_remove_node): Clear forced_by_abi.
/* Mark the decl as referenced so that cgraph will output the
function. */
if (SYMBOL_REF_DECL (x))
- mark_decl_referenced (SYMBOL_REF_DECL (x));
+ DECL_PRESERVE_P (SYMBOL_REF_DECL (x)) = 1;
/* For macho, check to see if we need a stub. */
if (TARGET_MACHO)