On Mon, Feb 02, 2015 at 05:26:23PM -0600, Segher Boessenkool wrote: > On Mon, Feb 02, 2015 at 07:54:46PM +0100, Jakub Jelinek wrote: > > +/* Highest pseudo for which we track REG_N_SETS. */ > > +static unsigned int reg_n_sets_max; > > One more than the highest reg num, actually.
Changed in my copy to /* One plus the highest pseudo for which we track REG_N_SETS. */ Ok with that change? Jakub