This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR middle-end/6100
- From: "David S. Miller" <davem at redhat dot com>
- To: jakub at redhat dot com
- Cc: rth at redhat dot com, jh at suse dot cz, gcc-patches at gcc dot gnu dot org
- Date: Sat, 30 Mar 2002 18:29:42 -0800 (PST)
- Subject: Re: [PATCH] Fix PR middle-end/6100
- References: <20020330203254.T32482@sunsite.ms.mff.cuni.cz>
From: Jakub Jelinek <jakub@redhat.com>
Date: Sat, 30 Mar 2002 20:32:54 +0100
David, do you remember why you used REG_BR_PRED and not REG_BR_PROB
like all other targets do?
It was so long ago, it is hard to remember.
Perhaps REG_BR_PRED was the only thing that existed at that time? I
do recall that, back then, Sparc was the only backend using this
information.