some fixes for xml dumper / still buggy.
[libfirm] / ir / ir / iropt.h
index e2e461d..50519a7 100644 (file)
@@ -1,9 +1,13 @@
 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Martin Trapp, Christian Schaefer
-**
-** Declarations for optimizations intertwined with IR construction.
+* All rights reserved.
+*/
+
+/**
+* @file iropt.h
+*
+* Declarations for optimizations intertwined with IR construction.
+*
+* @author Martin Trapp, Christian Schaefer
 */
 
 /* $Id$ */
@@ -26,8 +30,6 @@
 
 tarval  *computed_value (ir_node *n);
 
-ir_node *optimize (ir_node *n);
-
 ir_node *optimize_in_place (ir_node *n);
 
 # endif /* _IROPT_H_ */