Re: [PATCH 5/6] Remove dead code

2014-06-14 Thread Steven Bosscher
On Sat, Jun 14, 2014 at 9:48 PM, Richard Sandiford wrote: > This patch removes some dead code that would otherwise need to be > changed in the final patch. These functions were intended to allow passes to update DF info manually. That never was a very practical idea, apparently. > gcc/ >

[PATCH 5/6] Remove dead code

2014-06-14 Thread Richard Sandiford
This patch removes some dead code that would otherwise need to be changed in the final patch. Richard gcc/ * df.h (df_ref_create, df_ref_remove): Delete. * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise. (df_ref_remove): Likewise. Index: gcc/df.h ==