PR rtl-optimization/23043
* postreload-gcse.c (eliminate_partially_redundant_load): Fix typo
when allocating a struct unoccr.
From-SVN: r102374
+2005-07-26 Andreas Schwab <schwab@suse.de>
+
+ PR rtl-optimization/23043
+ * postreload-gcse.c (eliminate_partially_redundant_load): Fix typo
+ when allocating a struct unoccr.
+
2005-07-25 Richard Henderson <rth@redhat.com>
PR 22626
else /* Its a dead move no need to generate. */
continue;
occr = (struct unoccr *) obstack_alloc (&unoccr_obstack,
- sizeof (struct occr));
+ sizeof (struct unoccr));
occr->insn = avail_insn;
occr->pred = pred;
occr->next = avail_occrs;