diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 85531c8..7f83ccc 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -2955,11 +2955,11 @@ cgraph_node::verify_node (void) } else ref_found = true; - if (!ref_found) - { - error ("Analyzed alias has no reference"); - error_found = true; - } + if (!ref_found) + { + error ("Analyzed alias has no reference"); + error_found = true; + } } /* Check instrumented version reference. */ |