This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Documenation in ifcvt.c
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 15 Jul 03 20:40:22 EDT
- Subject: Re: Documenation in ifcvt.c
The patch that I approved avoids sprinkling lots and lots
of copy_rtx calls all over the place. I rejected that idea
because it's very error-prone to miss a place that would
need such attention.
Yup. I'm not in love with my approach either and I was trying to understand
the code better to figure out a more precise patch, which was why I posted
about the documentation.