From: Michael Beck Date: Wed, 5 Jul 2006 13:59:06 +0000 (+0000) Subject: only "firm_types.h" needed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ab63b1114edbf8bef454960ce45ea5f966cef7e6;p=libfirm only "firm_types.h" needed typos fixed [r8003] --- 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.