summaryrefslogtreecommitdiff
path: root/limbo/gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'limbo/gen.c')
-rw-r--r--limbo/gen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/limbo/gen.c b/limbo/gen.c
index 64dce6e5..fe77dc80 100644
--- a/limbo/gen.c
+++ b/limbo/gen.c
@@ -590,8 +590,6 @@ foldbranch(Inst *in)
next = in->next;
*in = *b;
in->next = next;
- if(b->op == IRET)
- b->reach = 1; /* might be default return (TO DO) */
continue;
}
foldbranch(b);