From: Christoph Mallon Date: Tue, 22 May 2012 08:11:52 +0000 (+0200) Subject: Correct comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=41bf8c343eb30cf6d3435da755e94abdcabd7322;p=libfirm Correct comment. --- diff --git a/ir/opt/opt_osr.c b/ir/opt/opt_osr.c index 483382c85..6fb836a3b 100644 --- a/ir/opt/opt_osr.c +++ b/ir/opt/opt_osr.c @@ -871,7 +871,7 @@ static void remove_phi_cycle(scc *pscc, iv_env *env) int j; ir_node *out_rc; - /* check if this scc contains only Phi, Add or Sub nodes */ + /* check if this scc contains only Phi nodes */ out_rc = NULL; for (irn = pscc->head; irn; irn = next) { node_entry *e = get_irn_ne(irn, env);