This is the mail archive of the gcc-patches@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]

Re: PATCH: Don't create pseudos after no_new_pseudos on SH


On Tue, Nov 19, 2002 at 01:10:34PM +0000, Joern Rennecke wrote:
> FWIW, I whish there was a way to give all patterns - including splitters -
> a name, so that we could do away with this fragile naming (these designations
> shift in meaning when you insert new patterns).

The generators will produce e.g. "*sh.md:617" for unnamed insns
and 

/* ../../../src-gcc/gcc/config/sh/sh.md:10161 */
extern rtx gen_split_622 PARAMS ((rtx *));
rtx
gen_split_622 (operands)

for splitters.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]