From 45dfabd3acda895e53c27e4e5095fc8caa945a56 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 15 Jan 2010 12:20:56 +0000 Subject: [PATCH] Correct typo in comment. [r26972] --- ir/opt/opt_osr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/opt/opt_osr.c b/ir/opt/opt_osr.c index 6c7ac1621..79cd9a31a 100644 --- a/ir/opt/opt_osr.c +++ b/ir/opt/opt_osr.c @@ -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); -- 2.20.1