aboutsummaryrefslogtreecommitdiff
path: root/il-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'il-gen.c')
-rw-r--r--il-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/il-gen.c b/il-gen.c
index 9e1ec64..cf3aff5 100644
--- a/il-gen.c
+++ b/il-gen.c
@@ -516,7 +516,7 @@ int gtst(int inv, int t)
break;
}
t = out_opj(c, t);
- } else { /* VT_JMP || VT_JMPI */
+ } else if (v == VT_JMP || v == VT_JMPI) {
/* && or || optimization */
if ((v & 1) == inv) {
/* insert vtop->c jump list in t */