Correct comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 22 May 2012 08:11:52 +0000 (10:11 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 14 Jun 2012 06:36:27 +0000 (08:36 +0200)
ir/opt/opt_osr.c

index 483382c..6fb836a 100644 (file)
@@ -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);