From 41bf8c343eb30cf6d3435da755e94abdcabd7322 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 22 May 2012 10:11:52 +0200 Subject: [PATCH] Correct comment. --- ir/opt/opt_osr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1