\section{Header file for the CFG library}

The following is the header file is for use by other libraries and
passes that depend on the CFG library.  It is never included in any
implementation file within the [[machsuif/cfg]] directory.

<<cfg.h>>=
/* file "cfg/cfg.h" */

<<Machine-SUIF copyright>>

#ifndef CFG_CFG_H
#define CFG_CFG_H

#include <machine/copyright.h>

#include <cfg/cfg_ir.h>
#include <cfg/cfg_ir_factory.h>
#include <cfg/graph.h>
#include <cfg/node.h>
#include <cfg/util.h>
#include <cfg/init.h>

#endif /* CFG_CFG_H */
@
