Added exception markings to graph and cfg dumps --flo
[libfirm] / ir / ir / iropt.h
index acb9a30..e2e461d 100644 (file)
@@ -6,6 +6,8 @@
 ** Declarations for optimizations intertwined with IR construction.
 */
 
+/* $Id$ */
+
 # ifndef _IROPT_H_
 # define _IROPT_H_
 
 
    optimize (n) may deallocate `n' and everything allocated after `n'! */
 
-tarval *computed_value (ir_node *n);
+tarval  *computed_value (ir_node *n);
 
 ir_node *optimize (ir_node *n);
+
 ir_node *optimize_in_place (ir_node *n);
 
 # endif /* _IROPT_H_ */