Correct typo in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 15 Jan 2010 12:20:56 +0000 (12:20 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 15 Jan 2010 12:20:56 +0000 (12:20 +0000)
[r26972]

ir/opt/opt_osr.c

index 6c7ac16..79cd9a3 100644 (file)
@@ -1288,8 +1288,8 @@ void remove_phi_cycles(ir_graph *irg) {
        env.process_scc   = process_phi_only_scc;
 
        /* Clear all links and move Proj nodes into the
-          the same block as it's predecessors.
-          This can improve the placement of new nodes.
+        * the same block as their predecessors.
+        * This can improve the placement of new nodes.
         */
        projs_moved = 0;
        irg_walk_graph(irg, NULL, clear_and_fix, &projs_moved);