cparser now knows 'unroll-loops'.
[libfirm] / ir / opt / opt_polymorphy.h
index 72b598b..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
 
 #include "firm_types.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /**
  * Transform  Sel(Alloc)[method]
  * to SymC[method] under the following conditions:
@@ -52,10 +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);
-
-#ifdef __cplusplus
-}
-#endif
+ir_node *transform_polymorph_Load(ir_node *n);
 
 #endif /* FIRM_OPT_OPT_POLYMORPHY_H */