From: Michael Beck Date: Fri, 2 Sep 2005 12:31:25 +0000 (+0000) Subject: irtools.h removed from public header X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1943ba527e5ba06b44f69bf151dbe2f28a050dc0;p=libfirm irtools.h removed from public header [r6569] --- diff --git a/ir/common/firm.h b/ir/common/firm.h index 4a65d2ed8..75013194e 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -79,6 +79,7 @@ extern "C" { #include "funccall.h" /* real function call optimization */ #include "return.h" /* Return node normalizations */ #include "scalar_replace.h" /* Scalar replacement */ +//#include "opt_branches.h" /* Branch optimizations */ /* Analyses */ #include "irouts.h" /* Graph reversal / out edges. */ @@ -94,7 +95,6 @@ extern "C" { #include "execution_frequency.h" /* Support */ -#include "irtools.h" /* often needed tools */ #include "irgmod.h" /* Support to modify ir */ #include "irgwalk.h" /* Support to walk ir */ #include "typewalk.h" /* Support to walk type information */