diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index f056d3db58e..2d226d49939 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -1840,6 +1840,8 @@ dump_cgraph_node (FILE *f, struct cgraph_node *node) fprintf (f, " only_called_at_exit"); else if (node->alias) fprintf (f, " alias"); + if (node->tm_clone) + fprintf (f, " tm_clone"); fprintf (f, "\n"); |