This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Calling gen_nop.
- To: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Subject: Re: Calling gen_nop.
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Fri, 07 Apr 2000 15:21:34 +0100
- Cc: law at cygnus dot com, gcc at gcc dot gnu dot org
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> > Nope. Tried that. The code in get_insn_template aborts if the template
> > is a function and there is no rtl to pass to it as a parameter.
>
> How about (ab)using assembler dialects?
I don't want to do that. The assembler dialect code, IIRC, switches on
'{', which is used for ARM assembly output (load/store multiple). So
making the two work correctly would be a lot of work to overcome what is a
hack in the main part of the compiler.