2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
* tree-into-ssa.c (insert_phi_nodes_for): XFREE
bitmaps allocated with BITMAP_XMALLOC.
From-SVN: r81809
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
+ * tree-into-ssa.c (insert_phi_nodes_for): XFREE
+ bitmaps allocated with BITMAP_XMALLOC.
+
* loop-unswitch.c (unswitch_single_loop): Free bbs at
the end.
create_phi_node (var, BASIC_BLOCK (bb_index));
});
- BITMAP_FREE (phi_insertion_points);
+ BITMAP_XFREE (phi_insertion_points);
}
/* SSA Rewriting Step 2. Rewrite every variable used in each statement in