[PATCH 03/18] make antic_stores a vec<rtx_insn *>

Segher Boessenkool segher@kernel.crashing.org
Wed Apr 20 11:40:00 GMT 2016


On Wed, Apr 20, 2016 at 02:22:07AM -0400, tbsaunde+gcc@tbsaunde.org wrote:
> @@ -163,7 +162,7 @@ st_expr_entry (rtx x)
>  static void
>  free_st_expr_entry (struct st_expr * ptr)
>  {
> -  free_INSN_LIST_list (& ptr->antic_stores);
> +   ptr->antic_stores.release ();
>     ptr->avail_stores.release ();

It looks like indent went wrong, in a previous patch as well.


Segher



More information about the Gcc-patches mailing list