Re: [PATCH 2/6] Unique return rtx

2011-05-03 Thread Bernd Schmidt
On 03/31/2011 03:17 PM, Jeff Law wrote: > On 03/23/11 08:47, Bernd Schmidt wrote: >> We'll start putting "return" into JUMP_LABELS in a subsequent patch, so >> I've decided to make it unique as a small cleanup. > >> There's already another macro called "return_rtx", so the new one goes >> by the n

Re: [PATCH 2/6] Unique return rtx

2011-03-31 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/23/11 08:47, Bernd Schmidt wrote: > We'll start putting "return" into JUMP_LABELS in a subsequent patch, so > I've decided to make it unique as a small cleanup. > > There's already another macro called "return_rtx", so the new one goes > by the

[PATCH 2/6] Unique return rtx

2011-03-23 Thread Bernd Schmidt
We'll start putting "return" into JUMP_LABELS in a subsequent patch, so I've decided to make it unique as a small cleanup. There's already another macro called "return_rtx", so the new one goes by the name of "ret_rtx". Bernd * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.