X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftypewalk.h;h=e00a36bb3bbe4fb9a0667b2ac7b56d9a1c55e377;hb=1fb376a0abbaa02759baf1df5374a30a14c0dcb3;hp=7ea32a9c612258e699e2084c4485709a62016aa2;hpb=2b150caa5677d035728ac919a1e86ed03d958563;p=libfirm diff --git a/ir/tr/typewalk.h b/ir/tr/typewalk.h index 7ea32a9c6..e00a36bb3 100644 --- a/ir/tr/typewalk.h +++ b/ir/tr/typewalk.h @@ -1,13 +1,18 @@ /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe - * All rights reserved. +*/ + +/** +* @file typewalk.h +* +* Traverse the type information. * -* Author: Goetz Lindenmaier +* @author Goetz Lindenmaier * -* traverse the type information. The walker walks the whole ir graph +* 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 +* - execute the pre() function before recursion +* - execute the post() function after recursion */ /* $Id$ */