X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firconsconfirm.h;h=30e5bd2515421e4f30dc990b470224b132a35b8f;hb=d0d85962ef52c14950db90e5981a7bea36023ab3;hp=2e0aa952617acb0aca516f0ce7dc90255fc10ef6;hpb=9d61e03d333104a4f31b4ca66b424c98c1d31e26;p=libfirm diff --git a/ir/ana/irconsconfirm.h b/ir/ana/irconsconfirm.h index 2e0aa9526..30e5bd251 100644 --- a/ir/ana/irconsconfirm.h +++ b/ir/ana/irconsconfirm.h @@ -6,7 +6,7 @@ * Modified by: * Created: 6.2005 * CVS-ID: $Id$ - * Copyright: (C) 2002-2005 Universität Karlsruhe + * Copyright: (C) 2002-2005 University of Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ @@ -17,10 +17,10 @@ * * @author Michael Beck */ -#ifndef _IRCONSCONFIRM_H_ -#define _IRCONSCONFIRM_H_ +#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. @@ -52,4 +52,4 @@ void construct_confirms(ir_graph *irg); */ void remove_confirms(ir_graph *irg); -#endif /* _IRCONSCONFIRM_H_ */ +#endif /* _FIRM_ANA_IRCONSCONFIRM_H_ */