aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index d7dca77..f87bc37 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -12142,11 +12142,6 @@ block_ultimate_origin (const_tree block)
{
tree origin = BLOCK_ABSTRACT_ORIGIN (block);
- /* 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) && origin == block)
- return NULL_TREE;
-
if (origin == NULL_TREE)
return NULL_TREE;
else