X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firsimpletype.h;h=28298b1494d7755df8a868f9b5b63f633e49828c;hb=510cc82f920ded1e3be573ac263201af6325deba;hp=9f751746350835c143c16093929d0ccc4d379236;hpb=dc87aa49c6d24b8d08f14d26ff42537cf82b559c;p=libfirm diff --git a/ir/ana/irsimpletype.h b/ir/ana/irsimpletype.h index 9f7517463..28298b149 100644 --- a/ir/ana/irsimpletype.h +++ b/ir/ana/irsimpletype.h @@ -1,7 +1,4 @@ -/** - * - * @file irsimpeltype.h - * +/* * Project: libFIRM * File name: ir/ana/irsimpletype.h * Purpose: Run most simple type analyses. @@ -11,16 +8,18 @@ * 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_ */