This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] alias.c: Replace "return NULL_RTX" with "return 0".
- From: Fergus Henderson <fjh at cs dot mu dot oz dot au>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 13 Jun 2003 04:41:12 +1000
- Subject: Re: [patch] alias.c: Replace "return NULL_RTX" with "return 0".
- References: <20030612.141353.55502198.kazu@cs.umass.edu>
On 12-Jun-2003, Kazu Hirata <kazu@cs.umass.edu> wrote:
> Attached is a patch to replace "return NULL_RTX" with "return 0".
I think it would be better style to replace NULL_RTX with NULL
rather than with 0.
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.