X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firconsconfirm.h;h=30e5bd2515421e4f30dc990b470224b132a35b8f;hb=ff0e8d7fcb34481652f0bf521ba04b1eca5e2106;hp=f179eceb0bf520b3bf6791fbb7b9ac76293a513d;hpb=2f1ee862fb8660f233f7f3016dd18727bc4ab73b;p=libfirm diff --git a/ir/ana/irconsconfirm.h b/ir/ana/irconsconfirm.h index f179eceb0..30e5bd251 100644 --- a/ir/ana/irconsconfirm.h +++ b/ir/ana/irconsconfirm.h @@ -20,7 +20,7 @@ #ifndef _FIRM_ANA_IRCONSCONFIRM_H_ #define _FIRM_ANA_IRCONSCONFIRM_H_ -#include "irgraph.h" +#include "firm_types.h" /* * Inject Confirm nodes into a graph. @@ -32,7 +32,7 @@ * b. * * These allows to do some range dependent optimizations for Cmp, - * Abs, Min, Max nodes as well as bounds checking removement. + * Abs, Min, Max nodes as well as bounds checking deletion. * * The heap analysis might profit also. On the other side, Confirm * nodes disturb local optimizations, because patterns are destroyed.