only "firm_types.h" needed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 5 Jul 2006 13:59:06 +0000 (13:59 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 5 Jul 2006 13:59:06 +0000 (13:59 +0000)
typos fixed

[r8003]

ir/ana/irconsconfirm.h

index f179ece..30e5bd2 100644 (file)
@@ -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.