OSDN Git Service

* tree-cfg.c, tree-if-conv.c, tree-into-ssa.c,
[pf3gnuchains/gcc-fork.git] / gcc / tree-scalar-evolution.c
index 92f4436..7d97d92 100644 (file)
@@ -2374,7 +2374,7 @@ analyze_scalar_evolution_for_all_loop_phi_nodes (varray_type exit_conditions)
       loop = loop_containing_stmt (VARRAY_TREE (exit_conditions, i));
       bb = loop->header;
       
-      for (phi = phi_nodes (bb); phi; phi = TREE_CHAIN (phi))
+      for (phi = phi_nodes (bb); phi; phi = PHI_CHAIN (phi))
        if (is_gimple_reg (PHI_RESULT (phi)))
          {
            chrec = instantiate_parameters