remove Abs node, backends can match the abs patterns themselfes
[libfirm] / ir / opt / opt_polymorphy.h
index bfe11c1..824f9b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -22,7 +22,7 @@
  * @brief   Optimize polymorphic Sel and Load nodes.
  * @author  Goetz Lindenmaier, Michael Beck
  * @version $Id$
- * @summary
+ * @brief
  *  This file subsumes optimization code from cgana.
  */
 #ifndef FIRM_OPT_OPT_POLYMORPHY_H
@@ -48,6 +48,6 @@ ir_node *transform_node_Sel(ir_node *node);
  *  a tuple, or replace the Projs of the load.
  *  Therefore we call this optimization in ldstopt.
  */
-ir_node *transform_node_Load(ir_node *n);
+ir_node *transform_polymorph_Load(ir_node *n);
 
 #endif /* FIRM_OPT_OPT_POLYMORPHY_H */