X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestrsimple.c;h=88b15c6443e58e6919fdbbfde1d543cf637e7e8d;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=cb25a9639a940f6b751bb140519844ebeb84b01e;hpb=9788f6a63517257b1db0dec9d965cadd8d6a374f;p=libfirm diff --git a/ir/be/bessadestrsimple.c b/ir/be/bessadestrsimple.c index cb25a9639..88b15c644 100644 --- a/ir/be/bessadestrsimple.c +++ b/ir/be/bessadestrsimple.c @@ -196,7 +196,7 @@ static void values_to_vars(ir_node *irn, void *env) { * 1) Simplest case (phi with a non-phi arg): * A single copy is inserted. * - * 2) Phi chain (phi (with phi-arg)* with non=phi arg): + * 2) Phi chain (phi (with phi-arg)* with non-phi arg): * Several copies are placed, each after returning from recursion. * * 3) Phi-loop: