X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc.h;h=3f15bdd2a52bc1a3c4c2998d4e5e3d6ef05fb9b5;hb=f1a1a6092d9e4ebd9e22dd1c57d76ef8aeda74fc;hp=72782bfebf263382b3f38fc92b91fb2567d5ff6a;hpb=a36db47fd0769f24dadc0ddd708052855ba349cb;p=libfirm diff --git a/ir/opt/reassoc.h b/ir/opt/reassoc.h index 72782bfeb..3f15bdd2a 100644 --- a/ir/opt/reassoc.h +++ b/ir/opt/reassoc.h @@ -29,6 +29,9 @@ * and for address expression. * Works only if Constant folding is activated. * + * Uses loop information to detect loop-invariant (ie contant + * inside the loop) values. + * * See Muchnik 12.3.1 Algebraic Simplification and Reassociation of * Addressing Expressions. *