[jit] Fix a regression introduced by 00a28a7dfd44a10c3bc4c3b57449c93aa5124092 which...
[mono.git] / mono / mini / liveness.c
index b9c502edcefe65f5ff078abdb3b55a0e0435aba8..4e316f6db021d3d0eec80b212950cedbc9472535 100644 (file)
@@ -861,7 +861,7 @@ mono_analyze_liveness2 (MonoCompile *cfg)
        if (disabled)
                return;
 
-       if (cfg->num_bblocks < (1 << (32 - BB_ID_SHIFT)))
+       if (cfg->num_bblocks >= (1 << (32 - BB_ID_SHIFT)))
                /* Ranges would overflow */
                return;