X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftypewalk.h;h=76cf655557be5b98466ae256ae83217df92a3f20;hb=d382b0fb29e8eca5f6d04b5762838ec4431b6f63;hp=85ddef08c70497d5e7f89a9fc3c5729a070c5b1d;hpb=51977d52c191e6e94871a12a9928fda8766c90cb;p=libfirm diff --git a/ir/tr/typewalk.h b/ir/tr/typewalk.h index 85ddef08c..76cf65555 100644 --- a/ir/tr/typewalk.h +++ b/ir/tr/typewalk.h @@ -1,24 +1,27 @@ -/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe -* All rights reserved. -*/ +/* + * Project: libFIRM + * File name: ir/tr/typewalk.h + * Purpose: Traverse the type information. + * Author: Goetz Lindenmaier + * Modified by: + * Created: + * CVS-ID: $Id$ + * Copyright: (c) 1999-2003 Universität Karlsruhe + * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + */ /** -* @file typewalk.h -* -* Traverse the type information. -* -* @author Goetz Lindenmaier -* -* The walker walks the whole ir graph -* to find the distinct type trees in the type graph forest. -* - execute the pre() function before recursion -* - execute the post() function after recursion -*/ - -/* $Id$ */ - - -/* walk over all type information reachable from the ir graph. */ + * @file typewalk.h + * + * Traverse the type information. + * + * @author Goetz Lindenmaier + * + * The walker walks the whole ir graph + * to find the distinct type trees in the type graph forest. + * - execute the pre() function before recursion + * - execute the post() function after recursion + */ #ifndef _TYPEWALK_H_ #define _TYPEWALK_H_