Re: [PATCH] Remove unused SWITCH_LABELS

2017-11-27 Thread Jeff Law
On 11/27/2017 03:41 PM, Jakub Jelinek wrote: > Hi! > > Before tuples SWITCH_LABELS used to hold the vectors of case labels > during optimization, then it was used during expansion - GIMPLE_SWITCH > has been converted back to SWITCH_EXPR and SWITCH_LABELS used to hold > the vector. Later on we've

[PATCH] Remove unused SWITCH_LABELS

2017-11-27 Thread Jakub Jelinek
Hi! Before tuples SWITCH_LABELS used to hold the vectors of case labels during optimization, then it was used during expansion - GIMPLE_SWITCH has been converted back to SWITCH_EXPR and SWITCH_LABELS used to hold the vector. Later on we've switched to expand_case right from GIMPLE_SWITCH, and sin