fixed CRLF
[libfirm] / ir / ana / irsimpletype.h
index 9f75174..28298b1 100644 (file)
@@ -1,7 +1,4 @@
-/**
- *
- * @file irsimpeltype.h
- *
+/*
  * Project:     libFIRM
  * File name:   ir/ana/irsimpletype.h
  * Purpose:     Run most simple type analyses.
  * CVS-ID:      $Id$
  * Copyright:   (c) 2003 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- *
+ */
+
+/**
+ * @file irsimpletype.h
  *
  * We compute type information for each node.  It is derived from the
  * types of the origines of values, e.g. parameter types can be derived
  * from the method type.
  * The type information so far is saved in the link field.
  *
+ * @author Goetz Lindenmaier
  */
-
-
 # ifndef _IRSIMPLETYPE_H_
 # define _IRSIMPLETYPE_H_
 
@@ -37,7 +36,7 @@
  * Computes type information for each node.  Stores the information in the
  * field defined in irtypeinfo.h. Sets typestate in irg to irg_typeinfo_consistent.
  *
- * Derives the information from nodes/pattarns that give hints about the
+ * Derives the information from nodes/patterns that give hints about the
  * type, as projecting an argument from the Start node.  Deletes all previous
  * type information.
  *
@@ -65,6 +64,6 @@ void free_simple_type_information(void);
  *  Not yet implemented, but I guess we want this for iropt, to find the
  *  type for newly allocated constants.
  */
-//type *analyse_irn_type(ir_node *node);
+/* type *analyse_irn_type(ir_node *node); */
 
 #endif /* _IRSIMPLETYPE_H_ */