improved doxygen documentation
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 31 May 2005 09:14:22 +0000 (09:14 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 31 May 2005 09:14:22 +0000 (09:14 +0000)
[r5921]

ir/opt/reassoc.h

index 72782bf..3f15bdd 100644 (file)
@@ -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.
  *