aboutsummaryrefslogtreecommitdiffhomepage
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/c.c b/c/c.c
index 8530a90..415b584 100644
--- a/c/c.c
+++ b/c/c.c
@@ -2809,7 +2809,6 @@ cvt(struct function *fn, union type to, union type from, union ref ref)
if (to.bits == from.bits) return ref;
assert(kto && kfrom);
if (kto == kfrom && to.t != TYBOOL) return ref;
- if (ref.t == RICON && kto < KF4) return ref;
if (kisflt(kto) || kisflt(kfrom)) {
if (ref.t == RICON) {