- fixed r22803
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 12 Oct 2008 13:30:08 +0000 (13:30 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 12 Oct 2008 13:30:08 +0000 (13:30 +0000)
[r22805]

ir/be/belower.c

index 384af47..7ba8826 100644 (file)
@@ -1033,7 +1033,7 @@ static void lower_nodes_after_ra_walker(ir_node *irn, void *walk_env)
 {
        int perm_stayed;
 
-       if (be_is_Perm(irn))
+       if (!be_is_Perm(irn))
                return;
 
        perm_stayed = push_through_perm(irn, walk_env);