This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ra-debug.c: why?
- From: Michael Matz <matzmich at cs dot tu-berlin dot de>
- To: Richard Henderson <rth at redhat dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Fri, 19 Jul 2002 14:01:43 +0200 (MET DST)
- Subject: Re: ra-debug.c: why?
Hi,
On Thu, 18 Jul 2002, Richard Henderson wrote:
> There was already a compact insn dumper in sched-vis.c.
Hmm, yes. It didn't fit my needs at that time, and I wanted to keep the
changes to non-ra* to a minimum. (It can't print modes, and doesn't
output a+b*c correctly in all cases).
> We should only have one of them.
When I've time I try to merge them.
Ciao,
Michael.