Re: [PATCH 002/236] JUMP_LABEL is not always a LABEL

2014-08-12 Thread Jeff Law
On 08/06/14 11:19, David Malcolm wrote: gcc/ * rtl.h (JUMP_LABEL): Add a note that this isn't always a LABEL. Egad. I would assert that both combine & shrink-wrap shouldn't be doing that (without looking at either to see why they're doing what they're doing). Approved. Again, this p

[PATCH 002/236] JUMP_LABEL is not always a LABEL

2014-08-06 Thread David Malcolm
gcc/ * rtl.h (JUMP_LABEL): Add a note that this isn't always a LABEL. --- gcc/rtl.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/rtl.h b/gcc/rtl.h index 51cfae5..b9b069a 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1194,7 +1194,11 @@ enum label_kind /* In j