diff --git a/module/language/cps/intset.scm b/module/language/cps/intset.scm index 87956c525..7f8316ea7 100644 --- a/module/language/cps/intset.scm +++ b/module/language/cps/intset.scm @@ -508,6 +508,8 @@ (match (cons a b) ((($ a-min a-shift a-root) . ($ b-min b-shift b-root)) (cond + ((not b-root) a) + ((not a-root) b) ((not (= b-shift a-shift)) ;; Hoist the set with the lowest shift to meet the one with the ;; higher shift.