From d39d05a75beac00d4c5261ca02a10024fc0aded4 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Fri, 19 Sep 2014 16:02:21 +0000 Subject: dwarf2out.c (decl_ultimate_origin): Update comment. * dwarf2out.c (decl_ultimate_origin): Update comment. * tree.c (block_ultimate_origin): Same. From-SVN: r215396 --- gcc/tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/tree.c') diff --git a/gcc/tree.c b/gcc/tree.c index 87a222f..440e263 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -11579,8 +11579,7 @@ block_ultimate_origin (const_tree block) { tree immediate_origin = BLOCK_ABSTRACT_ORIGIN (block); - /* output_inline_function sets BLOCK_ABSTRACT_ORIGIN for all the - nodes in the function to point to themselves; ignore that if + /* BLOCK_ABSTRACT_ORIGIN can point to itself; ignore that if we're trying to output the abstract instance of this function. */ if (BLOCK_ABSTRACT (block) && immediate_origin == block) return NULL_TREE; -- cgit v1.1