OSDN Git Service

* data.c (gfc_assign_data_value): Handle USE_MAPPED_LOCATION.
[pf3gnuchains/gcc-fork.git] / gcc / tree-phinodes.c
index 5e85aea..98b011f 100644 (file)
@@ -417,7 +417,7 @@ remove_phi_arg_num (tree phi, int i)
       use_operand_p old_p, new_p;
       old_p = &PHI_ARG_IMM_USE_NODE (phi, num_elem - 1);
       new_p = &PHI_ARG_IMM_USE_NODE (phi, i);
-      /* Set use on new node, and link into last elements's place.  */
+      /* Set use on new node, and link into last element's place.  */
       *(new_p->use) = *(old_p->use);
       relink_imm_use (new_p, old_p);
     }