This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, May 10, 2002 at 06:41:27PM +0100, Richard Earnshaw wrote: > Even this isn't enough. Reload relies on being able to generate a valid > move insn directly, using > > insn = emit_insn (gen_rtx_SET (VOIDmode, out, in)); No it doesn't. It uses that if reload_inX and reload_outX do not exist. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |