OSDN Git Service

* gcc.dg/graphite/pr38409.c: Fixed commit problem.
[pf3gnuchains/gcc-fork.git] / gcc / local-alloc.c
index 5926d6a..648f239 100644 (file)
@@ -1279,7 +1279,7 @@ block_alloc (basic_block b)
   int insn_count = 0;
   int max_uid = get_max_uid ();
   int *qty_order;
-  struct df_ref ** def_rec;
+  df_ref *def_rec;
 
   /* Count the instructions in the basic block.  */