added doxygen comments
[libfirm] / ir / opt / ldstopt.c
index cd2ba7b..ae143ab 100644 (file)
@@ -35,7 +35,7 @@
 # include "iropt_dbg.h"
 # include "irflag_t.h"
 # include "array.h"
-# include "firmstat.h"
+# include "irhooks.h"
 
 #undef IMAX
 #define IMAX(a,b)      ((a) > (b) ? (a) : (b))
@@ -248,7 +248,7 @@ static entity *find_constant_entity(ir_node *ptr)
       entity *ent = get_Sel_entity(ptr);
       type *tp    = get_entity_owner(ent);
 
-      if (is_array_type(tp)) {
+      if (is_Array_type(tp)) {
         /* check bounds */
         int i, n;