- Implement all the state switching stuff needed for efficient fpu mode
[libfirm] / 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.
  *