X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ffirm.h;h=ac677a80ec29d3e67373ed2b16e8c8b6cd4baeff;hb=e350b484176725a82b3fce4ed2466a91c1b37f88;hp=e7c78da58e88f9e471581e04e3adfc2dfb193798;hpb=e08330f0136bdfb74b7afb3811720a0d71dc350b;p=libfirm diff --git a/include/libfirm/firm.h b/include/libfirm/firm.h index e7c78da58..ac677a80e 100644 --- a/include/libfirm/firm.h +++ b/include/libfirm/firm.h @@ -22,7 +22,7 @@ * @brief Central firm header. * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier * @version $Id$ - * @summary + * @brief * Central FIRM header. * * FIRM is a full graph based intermediate representation in SSA Form @@ -83,6 +83,7 @@ extern "C" { #include "iroptimize.h" /* optimize ir by reassociation */ #include "ircgopt.h" /* Optimizations based on interprocedural graph */ #include "iropt.h" +#include "irpass.h" /* Pass management */ /* Lowering */ #include "lowering.h" /* lowering of different calls parameters, intrinsic calls, double word types, high-level constructs */ @@ -113,9 +114,9 @@ extern "C" { #include "dbginfo.h" /* debug support */ #include "seqnumbers.h" /* debug support */ -#include "firm_ycomp.h" /* ycomp debugging support */ #include "irdump.h" +#include "irio.h" #include "irprintf.h" #include "irvrfy.h"