From ab63b1114edbf8bef454960ce45ea5f966cef7e6 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 5 Jul 2006 13:59:06 +0000 Subject: [PATCH] only "firm_types.h" needed typos fixed [r8003] --- ir/ana/irconsconfirm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1