From: Michael Beck Date: Fri, 15 Aug 2008 00:13:23 +0000 (+0000) Subject: should be enough to place the smaller part on the cprop list X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7b5ca3e1ebc7ad2159428d369b7e9c5a60edc703;p=libfirm should be enough to place the smaller part on the cprop list [r21185] --- diff --git a/ir/opt/combo.c b/ir/opt/combo.c index 2b4eac5f8..b568b42c5 100644 --- a/ir/opt/combo.c +++ b/ir/opt/combo.c @@ -1123,11 +1123,6 @@ static partition_t *split(partition_t **pX, node_t *gg, environment_t *env) { env->cprop = X_prime; X_prime->on_cprop = 1; } - if (X->on_cprop == 0) { - X->cprop_next = env->cprop; - env->cprop = X; - X->on_cprop = 1; - } } dump_partition("Now ", X);