aboutsummaryrefslogtreecommitdiff
path: root/src/nodes.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-07 01:29:12 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-07 01:29:12 +0300
commit0f8532d4e7315b86e160abf4ced461e7678b5587 (patch)
tree2cf1a728b1f4383926a5c39908754b6eb4a5a2dd /src/nodes.c
parent68059b52c389143e766c5499c76c6c90c6b82846 (diff)
downloadqbt-0f8532d4e7315b86e160abf4ced461e7678b5587.tar.gz
qbt-0f8532d4e7315b86e160abf4ced461e7678b5587.zip
add features that make machine generation easier
Diffstat (limited to 'src/nodes.c')
-rw-r--r--src/nodes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nodes.c b/src/nodes.c
index d5a22da..22fc454 100644
--- a/src/nodes.c
+++ b/src/nodes.c
@@ -107,8 +107,6 @@ void finish_function(struct fn *f, const char *name)
}
b->s2 = m.b;
- if (b->btype == J)
- b->s1 = b->s2;
}
}