OSDN Git Service

PR debug/43762
[pf3gnuchains/gcc-fork.git] / gcc / tree-dfa.c
index 5f9262f..d5a56e5 100644 (file)
@@ -280,9 +280,6 @@ dump_variable (FILE *file, tree var)
   if (TREE_THIS_VOLATILE (var))
     fprintf (file, ", is volatile");
 
-  if (is_call_clobbered (var))
-    fprintf (file, ", call clobbered");
-
   if (ann && ann->noalias_state == NO_ALIAS)
     fprintf (file, ", NO_ALIAS (does not alias other NO_ALIAS symbols)");
   else if (ann && ann->noalias_state == NO_ALIAS_GLOBAL)