Added support for out edges.
[libfirm] / ir / opt / reassoc.h
index c51ea84..a84ab02 100644 (file)
@@ -4,7 +4,7 @@
  * Purpose:     Reassociation
  * Author:      Michael Beck
  * Created:
- * CVS-ID:      $Id:
+ * CVS-ID:      $Id$
  * Copyright:   (c) 1998-2004 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
@@ -23,7 +23,7 @@
 
 /** Reassociation.
  *
- * Applies Reassiciation rules to integer expressions.
+ * Applies Reassociation rules to integer expressions.
  * Beware: Works only if integer overflow might be ignored, as for C, Java
  * and for address expression.
  * Works only if Constant folding is activated.