summaryrefslogtreecommitdiff
path: root/limbo/gen.c
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-02-01 18:46:35 +0000
committerCharles.Forsyth <devnull@localhost>2008-02-01 18:46:35 +0000
commit04f9470ee130b6877edcaa202c0a143c9a48fced (patch)
tree2917c267fefe64b1cf3efcc6a6281115d46e2d8e /limbo/gen.c
parentacf16bbe632adbae6f2caf3210136c47ecee6a62 (diff)
20080201-1852
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);