X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firouts.h;h=80108914f63576b08df26ede626fcd4fa8f685f5;hb=e302589b2ee3b43584b856431b581d67bc679a68;hp=200a8546e2d023c2cbb11c5708103c0c09ebdb71;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/include/libfirm/irouts.h b/include/libfirm/irouts.h index 200a8546e..80108914f 100644 --- a/include/libfirm/irouts.h +++ b/include/libfirm/irouts.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -88,10 +88,13 @@ void compute_irp_outs(void); void assure_irg_outs(ir_graph *irg); +#ifdef INTERPROCEDURAL_VIEW /** Computes the out edges in interprocedural view */ void compute_ip_outs(void); /** Frees the out datastructures. Sets the flag in irg to "outs_none". */ void free_ip_outs(void); +#endif + void free_irg_outs(ir_graph *irg); void free_irp_outs(void);