X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Fstat_dmp.h;h=60f3c4dd08d49d8308cf76e267d1fe6e5338a5d0;hb=52f5575dc678a5f7f1b3a078dcc46b1cdbaf5182;hp=888302acfbfa5b665ba23fe2ae25099caab1f673;hpb=d6a9ae085666a27580a20a815608f795880150cd;p=libfirm diff --git a/ir/stat/stat_dmp.h b/ir/stat/stat_dmp.h index 888302acf..60f3c4dd0 100644 --- a/ir/stat/stat_dmp.h +++ b/ir/stat/stat_dmp.h @@ -1,3 +1,31 @@ +/* + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ + +/** + * @file + * @brief Statistics for Firm. Dumping. + * @author Michael Beck + * @version $Id$ + */ +#ifndef FIRM_STAT_STAT_DMP_H +#define FIRM_STAT_STAT_DMP_H + #include "firmstat_t.h" /** @@ -11,3 +39,5 @@ extern const dumper_t simple_dumper; * @note Limited capabilities, mostly for the Firm paper */ extern const dumper_t csv_dumper; + +#endif /* FIRM_STAT_STAT_DMP_H */