[PATCH] Fix combine.c (count_rtxs) (PR middle-end/54879)

2012-10-09 Thread Jakub Jelinek
Hi! Seems I wrote a patch 7.5 years ago for and on the 3.4 branch (supposedly for a testcase that went latent on the trunk at that time, due to SSA merge?), and missed the fact that GET_RTX_CLASS changed on the trunk from characters to enum. Fixed thusly, bootstrapped/regtested on x86_64-linux an

Re: [PATCH] Fix combine.c (count_rtxs) (PR middle-end/54879)

2012-10-10 Thread Richard Biener
On Wed, Oct 10, 2012 at 8:46 AM, Jakub Jelinek wrote: > Hi! > > Seems I wrote a patch 7.5 years ago for and on the 3.4 branch > (supposedly for a testcase that went latent on the trunk at that time, > due to SSA merge?), and missed the fact that GET_RTX_CLASS changed > on the trunk from characters